From 351a25cd81cd2128e09755530abc7cc755203c60 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 4 Apr 2018 23:04:09 +0200 Subject: Sync mesa with the version in -current --- deps/mesa/mesa.SlackBuild | 6 +++--- 1 file 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 -- cgit v1.2.3