diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-08-22 18:53:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-23 08:59:47 +0200 |
commit | aa0b35f184bdb2f64bf9ecc0ee5b3c9ec58b9fc0 (patch) | |
tree | 658f3ba85d7a505d946e4184582ce22886e94aaf /source/x | |
parent | cf1ce311aa18fe90657998c5f1ec9f9eec01831f (diff) | |
download | current-aa0b35f184bdb2f64bf9ecc0ee5b3c9ec58b9fc0.tar.gz |
Sun Aug 22 18:53:28 UTC 202120210822185328
d/help2man-1.48.5-x86_64-1.txz: Upgraded.
x/mesa-21.2.1-x86_64-1.txz: Upgraded.
21.2.x has some important bug fixes, and there's still time to test, so...
Diffstat (limited to 'source/x')
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index b64311c5..3841ca31 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -32,7 +32,7 @@ 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,iris" +GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl,iris,crocus,zink" if [ -z "$ARCH" ]; then case "$( uname -m )" in |