spice-gtk: enable gir/vala for all architectures
This commit is contained in:
parent
b1e8ae6a31
commit
556e63d93b
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spice-gtk'
|
||||
pkgname=spice-gtk
|
||||
version=0.36
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
|
||||
|
@ -26,12 +26,7 @@ checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd
|
|||
CFLAGS="-Wno-error"
|
||||
|
||||
build_options="gir vala"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
||||
*-musl) ;;
|
||||
*) build_options_default+=" gir vala" ;;
|
||||
esac
|
||||
build_options_default="gir vala"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) configure_args+=" -Dcoroutine=gthread";;
|
||||
|
|
Loading…
Reference in a new issue