From ac98606dc914ca3674a62c67779356a11f582ce0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 21:17:39 +0300 Subject: mesa: bump to 21.2.0 --- extra/mesa/build | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'extra/mesa/build') 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 \ -- cgit v1.2.3