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