summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/mesa/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD
deleted file mode 100644
index 9d34bae6..00000000
--- a/extra/mesa/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# disable openswf as it requires AVX, makes no sense with old CPUs
-# disable every new software rasterizer and take the old ones
-# see also FS32#39
-eval "$(
- declare -f build | \
- sed '
- /arch-meson/s/\(gallium-drivers=.*\),swr/\1/
- /arch-meson/s/-D swr-arches=avx,avx2//
- '
- declare -f package_mesa | \
- sed '
- s@_install fakeinstall/usr/lib/d3d@#\0@g
- s@_install fakeinstall/usr/lib/libswrAVX.*@#\0@g
- '
-)"