From 5bd2e3c2028e13e41a6b621119c79599faa89df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 03:12:41 +0200 Subject: [PATCH] totem: enable gir/vala for all architectures --- srcpkgs/totem/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template index ebc2fec2a57..5a8863ff107 100644 --- a/srcpkgs/totem/template +++ b/srcpkgs/totem/template @@ -1,7 +1,7 @@ # Template file for 'totem' pkgname=totem version=3.32.0 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Denable-python=no -Denable-nautilus=yes @@ -30,12 +30,7 @@ checksum=d954c33d2a56b60080b006e9940bcde409fb73e990b1456aaeefda4d359f3e8a disable_parallel_build=yes 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" libtotem_package() { short_desc+=" - runtime library"