From 7c4ace2d68982bcf42647da71bc81af4895dd858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:48 +0100 Subject: [PATCH] grilo: enable gir for i686-musl --- srcpkgs/grilo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grilo/template b/srcpkgs/grilo/template index 0e75a6eb00b..3d134a9f4bd 100644 --- a/srcpkgs/grilo/template +++ b/srcpkgs/grilo/template @@ -20,7 +20,7 @@ checksum=ea3baf71692df177649a968635ed2bc39855c34c327274245c240f726831e9b7 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