diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-10 00:54:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-10 00:54:00 +0300 |
commit | 8e51564bd6aa2077a7a026130c11756341a691b4 (patch) | |
tree | 819b2741595cace03aeb75d5f0ec213dfa6fb6d7 /extra/mesa/build | |
parent | a202f4bb9d8e442f37723898d4970e13f96c6868 (diff) | |
download | repository-8e51564bd6aa2077a7a026130c11756341a691b4.tar.gz |
mesa: remove patch
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-x | extra/mesa/build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/mesa/build b/extra/mesa/build index 38e0e437..742c980f 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -29,9 +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 -# Force byacc even if bison is installed -patch -p1 < force-byacc.patch - meson \ --prefix=/usr \ --sysconfdir=/etc \ |