libkeybinder2: always enable gir
This commit is contained in:
parent
d121842302
commit
0078472d9a
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libkeybinder2'
|
# Template file for 'libkeybinder2'
|
||||||
pkgname=libkeybinder2
|
pkgname=libkeybinder2
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="keybinder-${version}"
|
wrksrc="keybinder-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="automake libtool pkg-config intltool gnome-common gtk-doc pygtk-devel"
|
hostmakedepends="automake libtool pkg-config intltool gnome-common gtk-doc pygtk-devel"
|
||||||
makedepends="pygtk-devel $(vopt_if gir gobject-introspection)"
|
makedepends="pygtk-devel $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -15,10 +15,8 @@ license="GPL-2.0-only"
|
||||||
distfiles="https://github.com/engla/keybinder/archive/v${version}.tar.gz"
|
distfiles="https://github.com/engla/keybinder/archive/v${version}.tar.gz"
|
||||||
checksum=6073bb5f626f75c4a6f25291b32673af02d47e735b56f9d471150d678ac0b5fa
|
checksum=6073bb5f626f75c4a6f25291b32673af02d47e735b56f9d471150d678ac0b5fa
|
||||||
|
|
||||||
# Disable gir for cross builds.
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
build_options_default="gir"
|
||||||
build_options_default="gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue