From 171bb7786b966b2bc2f326effdb40ddd8ce0363a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 20:32:51 +0100 Subject: [PATCH] libnotify: enable gir for i686-musl --- srcpkgs/libnotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template index 4b57e7dfd6c..a76928d5ce3 100644 --- a/srcpkgs/libnotify/template +++ b/srcpkgs/libnotify/template @@ -18,7 +18,7 @@ checksum=9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 build_options="gir" case "$XBPS_TARGET_MACHINE" in - x86_64-musl) build_options_default+=" gir" ;; + i686-musl|x86_64-musl) build_options_default+=" gir" ;; *-musl) ;; *) build_options_default+=" gir" ;; esac