aboutsummaryrefslogtreecommitdiff
path: root/extra/mesa/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 21:17:39 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 21:17:39 +0300
commitac98606dc914ca3674a62c67779356a11f582ce0 (patch)
treec4824ba863fb968f63d769dc416a9713543027fb /extra/mesa/build
parent1545629200b5c98f781005ef0baec7388a2b5f2b (diff)
downloadrepository-ac98606dc914ca3674a62c67779356a11f582ce0.tar.gz
mesa: bump to 21.2.0
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-xextra/mesa/build9
1 files changed, 2 insertions, 7 deletions
diff --git a/extra/mesa/build b/extra/mesa/build
index e640260e..38e0e437 100755
--- a/extra/mesa/build
+++ b/extra/mesa/build
@@ -29,13 +29,8 @@ python3 bin/git_sha1_gen.py --output include/git_sha1.h
platforms=x11
cpt l wayland-protocols >/dev/null 2>&1 && platforms=$platforms,wayland
-# Fix broken radeon object links
-(
- cd src/mesa/drivers/dri/r200
- find . -type l | while read -r link; do
- ln -sf "$PWD/../radeon/$link" "$link"
- done
-)
+# Force byacc even if bison is installed
+patch -p1 < force-byacc.patch
meson \
--prefix=/usr \