diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 481a3ec15b6..79d1c638443 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -32,7 +32,7 @@ fi # especially on big endian it's all kinds of broken, and e.g. on # 32-bit powerpc it does not work at all, so fall back to softpipe case "$XBPS_TARGET_MACHINE" in - x86_64*|aarch64*|ppc64le*|arm*) ;; + i686*|x86_64*|aarch64*|ppc64le*|arm*) ;; *) configure_args+=" -Ddraw-use-llvm=false" ;; esac