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.)