From 1d141362d62755c7fa1b851e79f24afdf5720df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:53 +0100 Subject: [PATCH] totem: enable gir for i686-musl --- srcpkgs/totem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template index b5c15827354..414e859261c 100644 --- a/srcpkgs/totem/template +++ b/srcpkgs/totem/template @@ -32,7 +32,7 @@ disable_parallel_build=yes build_options="gir vala" case "$XBPS_TARGET_MACHINE" in - x86_64-musl) build_options_default+=" gir vala" ;; + i686-musl|x86_64-musl) build_options_default+=" gir vala" ;; *-musl) ;; *) build_options_default+=" gir vala" ;; esac