From 4154349391a9fc38f675b2efbbe3827913ab6b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 01:45:46 +0200 Subject: [PATCH] gtk+3: enable gir for all architecturs --- srcpkgs/gtk+3/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/gtk+3/template b/srcpkgs/gtk+3/template index 908b74e9fdf..295d1a80531 100644 --- a/srcpkgs/gtk+3/template +++ b/srcpkgs/gtk+3/template @@ -1,7 +1,7 @@ # Template file for 'gtk+3' pkgname=gtk+3 version=3.24.8 -revision=1 +revision=2 wrksrc="gtk+-${version}" build_style=gnu-configure 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" # Enable all options (other than cloudproviders) by default. -build_options_default="colord cups broadway wayland x11" - -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) build_options_default+=" gir" ;; - *-musl) ;; - *) build_options_default+=" gir" ;; -esac +build_options_default="colord cups gir broadway wayland x11" do_check() { # Requires xserver running