Skip to content

Commit

Permalink
mesalib: Update version from 20.1.7 to 21.1.5
Browse files Browse the repository at this point in the history
The LLVM/clang update requires a rebuilt of Mesa, so take this chance to
update Mesa to the latest release 21.1.5 ([release
notes](https://docs.mesa3d.org/relnotes.html)).
  • Loading branch information
pmenzel committed Jul 27, 2021
1 parent 793f557 commit ec4d8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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-20.1.7-0
# BEE_VERSION mesalib-21.1.5-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+=(/src/mariux/patches/0001-swr-Fix-crashes-on-non-AVX-hardware.patch)
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -58,7 +58,7 @@ mee_configure() {
-Dbuildtype=release \
-Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast,swr" \
-Dvulkan-drivers="amd,intel" \
-Dosmesa=gallium \
-Dosmesa=true \
-Dvalgrind=false \
-Dglvnd=true
}
Expand Down

0 comments on commit ec4d8f8

Please sign in to comment.