From b831408c079a6c379ba5752d121775f99003f8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:35 +0200 Subject: [PATCH] gupnp-av: enable gir/vala for all architectures --- srcpkgs/gupnp-av/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/gupnp-av/template b/srcpkgs/gupnp-av/template index 53a6eec6ce9..583c41ed61a 100644 --- a/srcpkgs/gupnp-av/template +++ b/srcpkgs/gupnp-av/template @@ -1,7 +1,7 @@ # Template file for 'gupnp-av' pkgname=gupnp-av version=0.12.11 -revision=3 +revision=4 build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection)" @@ -16,12 +16,7 @@ checksum=689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc # Package build options 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" gupnp-av-devel_package() { depends="gupnp-devel ${sourcepkg}>=${version}_${revision}"