diff options
author | 2018-04-04 23:04:09 +0200 | |
---|---|---|
committer | 2018-04-04 23:04:09 +0200 | |
commit | 351a25cd81cd2128e09755530abc7cc755203c60 (patch) | |
tree | f1e011856105485fc4dab6cde68436d85bd6558c | |
parent | cc3fda6f04edb65d4a588bfff05d77f96df7f8e2 (diff) | |
download | ktown-351a25cd81cd2128e09755530abc7cc755203c60.tar.gz ktown-351a25cd81cd2128e09755530abc7cc755203c60.tar.xz |
Sync mesa with the version in -current
-rwxr-xr-x | deps/mesa/mesa.SlackBuild | 6 |
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 |