libgsf: always enable gir
This commit is contained in:
parent
74ad7c6a11
commit
3dc0410901
1 changed files with 3 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'libgsf'
|
# Template file for 'libgsf'
|
||||||
pkgname=libgsf
|
pkgname=libgsf
|
||||||
version=1.14.45
|
version=1.14.45
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="glib-devel intltool pkg-config
|
hostmakedepends="glib-devel intltool pkg-config
|
||||||
$(vopt_if gir 'gobject-introspection')"
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
|
@ -16,11 +17,7 @@ checksum=5cbc2c0f1dc44d202fa0c6e3a51e9f17b0c2deb8711ba650432bfde3180b69fa
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
# Disable gir for cross builds.
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libgsf-devel_package() {
|
libgsf-devel_package() {
|
||||||
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue