mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
libkeybinder3: always enable gir
This commit is contained in:
parent
0078472d9a
commit
1805bdcec3
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'libkeybinder3'
|
# Template file for 'libkeybinder3'
|
||||||
pkgname=libkeybinder3
|
pkgname=libkeybinder3
|
||||||
version=0.3.2
|
version=0.3.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="keybinder-keybinder-3.0-v${version}"
|
wrksrc="keybinder-keybinder-3.0-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="gtk+3-devel"
|
makedepends="gtk+3-devel"
|
||||||
|
@ -15,9 +16,7 @@ distfiles="https://github.com/engla/keybinder/archive/keybinder-3.0-v${version}.
|
||||||
checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51
|
checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue