Skip to content

Commit

Permalink
Merge pull request #419 from mariux64/update-graphics-stack
Browse files Browse the repository at this point in the history
Update graphics stack
  • Loading branch information
wwwutz authored Jul 3, 2017
2 parents b4bdfeb + 1629812 commit 49142fd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 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.77-0
# BEE_VERSION libdrm-2.4.81-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
2 changes: 1 addition & 1 deletion libevdev.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libevdev-1.5.6-0
# BEE_VERSION libevdev-1.5.7-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
2 changes: 2 additions & 0 deletions libwacom-0.18-0.bee → libwacom.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION libwacom-0.25-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
2 changes: 2 additions & 0 deletions libxcb-1.10-0.bee → libxcb.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION libxcb-1.12-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
11 changes: 4 additions & 7 deletions mesalib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesalib-17.0.3-0
# BEE_VERSION mesalib-17.1.3-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+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.0.3-add_xdemos-1.patch)
PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.1.3-add_xdemos-1.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand All @@ -28,7 +28,7 @@ PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/mesa-17.0.3-add_xdem
## outside the source directory and need to be build inside the source
## directory.

build_in_sourcedir
# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
Expand Down Expand Up @@ -60,13 +60,10 @@ mee_configure() {
--enable-gles2 \
--enable-osmesa \
--enable-xa \
--enable-gbm \
--enable-gallium-egl \
--enable-gallium-gbm \
--enable-glx-tls \
--with-llvm-shared-libs \
--with-egl-platforms="drm,x11" \
--with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast"
--with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast"
}

#mee_build() {
Expand Down
2 changes: 2 additions & 0 deletions xcb-proto-1.10-0.bee → xcb-proto.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION xcb-proto-1.12-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 49142fd

Please sign in to comment.