aboutsummaryrefslogtreecommitdiff
path: root/extra/mesa/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-04-01 15:52:19 +0300
committerCem Keylan <cem@ckyln.com>2021-04-01 15:52:19 +0300
commit18c2513c2af381e5e302f5f046105e930b4bba72 (patch)
treecbf2f0911bf1681b279f3eb4436fc654d93418cb /extra/mesa/build
parentf2baa0686f9688c9896a967757ba13af2ab14497 (diff)
downloadrepository-18c2513c2af381e5e302f5f046105e930b4bba72.tar.gz
Revert "Merge branch 'master' into libressl"
This reverts commit 11a05be4ac3bb1271762b1de1336124e7f7883e9, reversing changes made to 83e38c53034aa640d582fa9598a34d4e33b031a4.
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-xextra/mesa/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/mesa/build b/extra/mesa/build
index e640260e..9d8984da 100755
--- a/extra/mesa/build
+++ b/extra/mesa/build
@@ -29,14 +29,6 @@ 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
-)
-
meson \
--prefix=/usr \
--sysconfdir=/etc \
@@ -44,7 +36,6 @@ meson \
--localstatedir=/var \
--buildtype=release \
-Dplatforms="$platforms" \
- -Dzstd=false \
. output
ninja -C output