diff --git a/mesa-mini.sh b/mesa-mini.sh index 416b576..179d3c6 100644 --- a/mesa-mini.sh +++ b/mesa-mini.sh @@ -5,7 +5,7 @@ set -e get-pkgbuild cd "$BUILD_DIR" -common_gallium='d3d12,nouveau,radeonsi,softpipe,virgl,zink' +common_gallium='d3d12,nouveau,radeonsi,softpipe,svga,virgl,zink' x64_gallium="crocus,iris,r600,$common_gallium" arm_gallium="asahi,freedreno,etnaviv,lima,panfrost,rocket,v3d,vc4,$common_gallium" diff --git a/mesa-nano.sh b/mesa-nano.sh index e7bedaa..363e7e4 100644 --- a/mesa-nano.sh +++ b/mesa-nano.sh @@ -7,7 +7,7 @@ sed -i -e 's|-O2|-Os|' /etc/makepkg.conf get-pkgbuild cd "$BUILD_DIR" -common_gallium='d3d12,nouveau,radeonsi,softpipe,virgl,zink' +common_gallium='d3d12,nouveau,radeonsi,softpipe,svga,virgl,zink' x64_gallium="crocus,iris,r600,$common_gallium" arm_gallium="asahi,freedreno,etnaviv,lima,panfrost,rocket,v3d,vc4,$common_gallium"