From 69f40dac4118a9e3c369f617e863fdcf25eb7fd9 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 27 Sep 2018 17:43:51 +0200 Subject: [PATCH] mesalib: Update version from 18.1.6 to 18.2.1 Change-logs are available online. 1. https://www.mesa3d.org/relnotes/18.2.0.html 2. https://www.mesa3d.org/relnotes/18.2.1.html Built with the command below. sudo BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j120' prun python ./mesalib.be0 -c This fixes the error below. configure: error: Python mako module v0.8.0 or higher not found Python environment: $ prun python python --version Python 2.7.15 --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 0dcba44ca..e4ddbcb63 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.1.6-0 +# BEE_VERSION mesalib-18.2.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)