From 85f89317e9c111df478e0dc34daa341fa7f2155c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 9 Oct 2018 16:36:14 +0200 Subject: [PATCH] Revert Update to libdrm 2.4.94 and Mesa 3D 18.2.1 #927 This reverts the merge commit 3d52345ebb2af17324c890032a6214affbdab891 of PR #927 and downgrades - libdrm-2.4.94-0 to libdrm-2.4.93-0 - mesalib-18.2.1-0 to mesalib-18.1.6-0 - wayland-1.16.0-0 to wayland-1.14.0-0 mesalib-18.1.6-0 doesn't fit to the installed version of libxcb (see issue #934). --- libdrm.be0 | 2 +- mesalib.be0 | 5 +++-- wayland.be0 | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libdrm.be0 b/libdrm.be0 index c4696556a..db7dde40b 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.94-0 +# BEE_VERSION libdrm-2.4.93-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.) diff --git a/mesalib.be0 b/mesalib.be0 index 25422461c..0dcba44ca 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.2.1-0 +# BEE_VERSION mesalib-18.1.6-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.) @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/0001-intel-tools-Include-stdarg.h.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not @@ -55,6 +55,7 @@ PATCHURL+=(/src/mariux/patches/0001-intel-tools-Include-stdarg.h.patch) mee_configure() { start_cmd ${S}/autogen.sh ${DEFCONFIG} \ + --enable-texture-float \ --enable-gles1 \ --enable-gles2 \ --enable-osmesa \ diff --git a/wayland.be0 b/wayland.be0 index 9b3dc49cf..f6d75a8de 100755 --- a/wayland.be0 +++ b/wayland.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION wayland-1.16.0-0 +# BEE_VERSION wayland-1.14.0-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.)