summaryrefslogtreecommitdiff
path: root/extra/mesa/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-01 10:14:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-01 10:14:20 +0200
commitc6edddc0112adbfc523bb5256d79117110823bfa (patch)
treee24bb3482826e331a812b0a778fe2736e5547aed /extra/mesa/PKGBUILD
parent4fe8d566f920e677adf16dde0f455bfb9e2c2226 (diff)
downloadpackages-c6edddc0112adbfc523bb5256d79117110823bfa.tar.xz
extra/mesa: disable osmesa completely on i486
Diffstat (limited to 'extra/mesa/PKGBUILD')
-rw-r--r--extra/mesa/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD
index e6fb6f65..9171347e 100644
--- a/extra/mesa/PKGBUILD
+++ b/extra/mesa/PKGBUILD
@@ -22,7 +22,7 @@ if [ "$CARCH" = 'i486' ]; then
s/\(-D gallium-drivers=\)\S\+ /\1 /
s/-D gallium-omx=bellagio //
s/-D gallium-opencl=\S\+ //
- s/-D osmesa=gallium //
+ s/-D osmesa=true /-D osmesa=false /
s/\(-D gallium-\S\+=\)enabled /\1disabled /g
s/\(-D gallium-nine=\)true /\1false /g
s/\(-D vulkan-drivers=\)\S\+ /\1 /