gtk+3: enable gir for all architecturs

This commit is contained in:
Jürgen Buchmüller 2019-04-28 01:45:46 +02:00
parent 2a70d3114e
commit 4154349391

View file

@ -1,7 +1,7 @@
# Template file for 'gtk+3' # Template file for 'gtk+3'
pkgname=gtk+3 pkgname=gtk+3
version=3.24.8 version=3.24.8
revision=1 revision=2
wrksrc="gtk+-${version}" wrksrc="gtk+-${version}"
build_style=gnu-configure build_style=gnu-configure
build_helper="gir" build_helper="gir"
@ -34,13 +34,7 @@ desc_option_broadway="Enable support for the HTML5 Broadway backend"
desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud" desc_option_cloudproviders="Enable integration with cloudproviders, such as Nextcloud"
# Enable all options (other than cloudproviders) by default. # Enable all options (other than cloudproviders) by default.
build_options_default="colord cups broadway wayland x11" build_options_default="colord cups gir broadway wayland x11"
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
*-musl) ;;
*) build_options_default+=" gir" ;;
esac
do_check() { do_check() {
# Requires xserver running # Requires xserver running