summaryrefslogtreecommitdiffstats
path: root/deps/mesa
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-04 23:04:09 +0200
committer Eric Hameleers <alien@slackware.com>2018-04-04 23:04:09 +0200
commit351a25cd81cd2128e09755530abc7cc755203c60 (patch)
treef1e011856105485fc4dab6cde68436d85bd6558c /deps/mesa
parentcc3fda6f04edb65d4a588bfff05d77f96df7f8e2 (diff)
downloadktown-351a25cd81cd2128e09755530abc7cc755203c60.tar.gz
ktown-351a25cd81cd2128e09755530abc7cc755203c60.tar.xz
Sync mesa with the version in -current
Diffstat (limited to 'deps/mesa')
-rwxr-xr-xdeps/mesa/mesa.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/mesa/mesa.SlackBuild b/deps/mesa/mesa.SlackBuild
index d12c01f..81911e6 100755
--- a/deps/mesa/mesa.SlackBuild
+++ b/deps/mesa/mesa.SlackBuild
@@ -21,8 +21,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PKGNAM=mesa
-VERSION=${VERSION:-17.3.3}
-DEMOVERS=${DEMOVERS:-8.3.0}
+VERSION=${VERSION:-17.3.6}
+DEMOVERS=${DEMOVERS:-8.4.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -138,7 +138,7 @@ make install DESTDIR=$PKG || exit 1
# Install /etc/drirc as a .new file:
mv $PKG/etc/drirc $PKG/etc/drirc.new
-# Now build/install the demos:
+# Now build/install a small subset of the demos:
export CWD SLKCFLAGS NUMJOBS PKG
( cd $TMP
rm -rf mesa-demos-$DEMOVERS