diff options
Diffstat (limited to 'testing/source')
-rwxr-xr-x | testing/source/mesa/mesa.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/source/mesa/mesa.SlackBuild b/testing/source/mesa/mesa.SlackBuild index 87a2178cd..1ecd5085b 100755 --- a/testing/source/mesa/mesa.SlackBuild +++ b/testing/source/mesa/mesa.SlackBuild @@ -25,13 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-1*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Be sure this list is up-to-date: DRI_DRIVERS="i915,i965,r100,r200,nouveau" -GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl" +GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl,swr,iris" if [ -z "$ARCH" ]; then case "$( uname -m )" in |