mesa: Enable llvmpipe for i686*
This commit is contained in:
parent
3c50bdf609
commit
e507a26b52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue