From f9bf6727da5de3388f48ae1431ccbdf604576973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 01:11:46 +0200 Subject: [PATCH] gdx-pixbuf: enable gir for all architectures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/gdk-pixbuf/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template index a4221d01399..2d489f80f21 100644 --- a/srcpkgs/gdk-pixbuf/template +++ b/srcpkgs/gdk-pixbuf/template @@ -18,18 +18,12 @@ checksum=f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a # Package build options build_options="gir" +build_options_default="gir" -# Disable gir for cross builds. if [ "$CROSS_BUILD" ]; then hostmakedepends+=" gdk-pixbuf-devel" fi -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) build_options_default+=" gir" ;; - *-musl) ;; - *) build_options_default+=" gir" ;; -esac - pre_configure() { if [ "$CROSS_BUILD" ]; then touch gdk-pixbuf/loaders.cache