mesa: Enable llvmpipe for i686*

This commit is contained in:
HadetTheUndying 2022-06-17 16:49:10 -05:00 committed by classabbyamp
parent 3c50bdf609
commit e507a26b52

View file

@ -32,7 +32,7 @@ fi
# especially on big endian it's all kinds of broken, and e.g. on # 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 # 32-bit powerpc it does not work at all, so fall back to softpipe
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*|aarch64*|ppc64le*|arm*) ;; i686*|x86_64*|aarch64*|ppc64le*|arm*) ;;
*) configure_args+=" -Ddraw-use-llvm=false" ;; *) configure_args+=" -Ddraw-use-llvm=false" ;;
esac esac