aboutsummaryrefslogtreecommitdiff
path: root/extra/mesa/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-06-02 23:55:15 +0200
committerCem Keylan <cem@ckyln.com>2023-06-02 23:55:15 +0200
commitede65feb08bc5855a4d4c554668873a17995eb78 (patch)
tree4a850d357a568a3a86aa5d8ceb48097a16da4487 /extra/mesa/build
parentc38faa9120cf533d4401fb2d6f2d0651813ec790 (diff)
downloadrepository-ede65feb08bc5855a4d4c554668873a17995eb78.tar.gz
mesa: bump to 23.1.1
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-xextra/mesa/build10
1 files changed, 8 insertions, 2 deletions
diff --git a/extra/mesa/build b/extra/mesa/build
index 7281df42..9ec34e0e 100755
--- a/extra/mesa/build
+++ b/extra/mesa/build
@@ -19,7 +19,6 @@ PYTHONPATH=$(./pythonpath)
export PYTHONPATH
export DESTDIR="$1"
-export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS"
# Fix issues with musl and firefox.
# https://bugs.freedesktop.org/show_bug.cgi?id=35268
@@ -30,9 +29,16 @@ python3 bin/git_sha1_gen.py --output include/git_sha1.h
cl-meson \
-Dplatforms=x11,wayland \
+ -Ddri3=enabled \
+ -Dgles1=enabled \
+ -Dgles2=enabled \
+ -Dglx-read-only-text=true \
+ -Dglx=dri \
+ -Dllvm=enabled \
+ -Dshared-glapi=enabled \
-Dvulkan-drivers="$vulkan_drivers" \
- -Dzstd=false \
-Dxmlconfig=enabled \
+ -Dzstd=disabled \
. output
ninja -C output