mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
i3ipc-glib: enable gir for all architecturs
This commit is contained in:
parent
9f639b2ca8
commit
39f0bad8b1
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3ipc-glib'
|
||||
pkgname=i3ipc-glib
|
||||
version=0.6.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_enable gir introspection) --disable-static"
|
||||
|
@ -16,12 +16,7 @@ distfiles="https://github.com/acrisci/${pkgname}/archive/v${version}.tar.gz"
|
|||
checksum=13796add0292885683040a01ae974f4aacfdb44e3d1ab871d2d94da443489415
|
||||
|
||||
build_options="gir"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir" ;;
|
||||
esac
|
||||
build_options_default="gir"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue