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'
|
# Template file for 'spice-gtk'
|
||||||
pkgname=spice-gtk
|
pkgname=spice-gtk
|
||||||
version=0.36
|
version=0.36
|
||||||
revision=4
|
revision=5
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
|
configure_args="-Dintrospection=$(vopt_if gir enabled disabled)
|
||||||
|
@ -26,12 +26,7 @@ checksum=7126c3584df12d40dcf4970f5f46fafd65b757620f911687e549f7da5c8fd7cd
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
build_options_default="gir vala"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" -Dcoroutine=gthread";;
|
*-musl) configure_args+=" -Dcoroutine=gthread";;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue