Skip to content

Commit

Permalink
Merge pull request #927 from mariux64/update-to-libdrm-2.4.94-and-mes…
Browse files Browse the repository at this point in the history
…a-18.2.1

Update to libdrm 2.4.94 and Mesa 3D 18.2.1
  • Loading branch information
pmenzel authored Oct 4, 2018
2 parents 1122e3b + 4528b7e commit 3d52345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libdrm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libdrm-2.4.93-0
# BEE_VERSION libdrm-2.4.94-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.)
Expand Down
5 changes: 2 additions & 3 deletions mesalib.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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+=()
PATCHURL+=(/src/mariux/patches/0001-intel-tools-Include-stdarg.h.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -55,7 +55,6 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz"

mee_configure() {
start_cmd ${S}/autogen.sh ${DEFCONFIG} \
--enable-texture-float \
--enable-gles1 \
--enable-gles2 \
--enable-osmesa \
Expand Down
2 changes: 1 addition & 1 deletion wayland.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION wayland-1.14.0-0
# BEE_VERSION wayland-1.16.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.)
Expand Down

0 comments on commit 3d52345

Please sign in to comment.