Skip to content

Commit

Permalink
Merge pull request #490 from mariux64/update-mesa-from-17.1.8-to-17.2.1
Browse files Browse the repository at this point in the history
Update Mesa 3D from 17.1.8 to 17.2.1
  • Loading branch information
david authored Sep 29, 2017
2 parents 158dc59 + 08b94df commit efa0a83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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-17.1.8-0
# BEE_VERSION mesalib-17.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 Down Expand Up @@ -62,8 +62,9 @@ mee_configure() {
--enable-xa \
--enable-glx-tls \
--with-llvm-shared-libs \
--with-egl-platforms="drm,x11" \
--with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast"
--with--platforms="drm,x11" \
--with-gallium-drivers="nouveau,r600,radeonsi,svga,swrast" \
--with-vulkan-drivers="intel,radeon"
}

#mee_build() {
Expand Down

0 comments on commit efa0a83

Please sign in to comment.