index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 / |