index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-01 10:14:20 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-01 10:14:20 +0200 |
commit | c6edddc0112adbfc523bb5256d79117110823bfa (patch) | |
tree | e24bb3482826e331a812b0a778fe2736e5547aed /extra/mesa/PKGBUILD | |
parent | 4fe8d566f920e677adf16dde0f455bfb9e2c2226 (diff) |
-rw-r--r-- | extra/mesa/PKGBUILD | 2 |
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 / |