# 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=.*\),swrast,swr/\1,swrast/ /arch-meson/s/\(-D swr-arches=\)avx,avx2/\1/ ' declare -f package_mesa | \ sed ' s@_install fakeinstall/usr/lib/libswrAVX.*@#\0@g ' )"