From bb780e099b525f661b1909d28e4457f66b56cf97 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 23 Apr 2019 12:18:54 +0200 Subject: [PATCH 1/2] mesalib: Force using Autotools as build system Work around the warning below, and update to Meson another time. configure: error: the autotools build system has been deprecated in favour of meson and will be removed eventually. For instructions on how to use meson see https://www.mesa3d.org/meson.html. If you still want to use the autotools build, then add --enable-autotools to the configure command line. The hunk was not staged to the repository for unknown reasons. Fixes: commit 7155d7b7 (mesalib: Update version from 18.3.5 to 19.0.2) --- mesalib.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/mesalib.be0 b/mesalib.be0 index b41402d1e..5dfeae17c 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -55,6 +55,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" mee_configure() { start_cmd ${S}/autogen.sh ${DEFCONFIG} \ + --enable-autotools \ --enable-gles1 \ --enable-gles2 \ --enable-osmesa \ From b52c426cf333b14f067d334cf933e7564c410561 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 10 May 2019 11:34:39 +0200 Subject: [PATCH 2/2] mesalib: Update version from 19.0.2 to 19.0.4 The release notes are available online. 1. https://www.mesa3d.org/relnotes/19.0.3.html 2. https://www.mesa3d.org/relnotes/19.0.4.html 3. https://lists.freedesktop.org/archives/mesa-dev/2019-May/219085.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 5dfeae17c..35249d0dc 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-19.0.2-0 +# BEE_VERSION mesalib-19.0.4-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.)