diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-14 19:27:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-15 08:59:45 +0200 |
commit | 3932354f1e1ad64a5a0363ef94eff823460c4c17 (patch) | |
tree | 73e00c63d668cd04922659ccd16f47715036f020 /testing/source | |
parent | fd6b57e0557ee8639a2010c4abbe4ab5db56328f (diff) | |
download | current-3932354f1e1ad64a5a0363ef94eff823460c4c17.tar.gz current-3932354f1e1ad64a5a0363ef94eff823460c4c17.tar.xz |
Fri Jun 14 19:27:00 UTC 201920190614192700
a/util-linux-2.34-x86_64-1.txz: Upgraded.
kde/kdepimlibs-4.14.10-x86_64-8.txz: Rebuilt.
Recompiled to pull in new gpgme++ header files.
n/gpgme-1.13.1-x86_64-1.txz: Upgraded.
x/xkeyboard-config-2.27-noarch-1.txz: Upgraded.
xfce/exo-0.12.6-x86_64-1.txz: Upgraded.
testing/packages/mesa-19.1.0-x86_64-2.txz: Rebuilt.
Added gallium drivers: swr,iris
Thanks to USUARIONUEVO.
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 |