libkeybinder3: always enable gir
This commit is contained in:
parent
0078472d9a
commit
1805bdcec3
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'libkeybinder3'
|
||||
pkgname=libkeybinder3
|
||||
version=0.3.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="keybinder-keybinder-3.0-v${version}"
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+3-devel"
|
||||
|
@ -15,9 +16,7 @@ distfiles="https://github.com/engla/keybinder/archive/keybinder-3.0-v${version}.
|
|||
checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue