diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-03 14:58:09 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-03 14:58:09 +0200 |
commit | 18c1f0bf379eb77bc0d6e9a6530f855097bae38d (patch) | |
tree | 31433a5b023a3954fb74ca7c68a3d478a32b611a /extra/mesa/build | |
parent | 65700e754ca238d87f468e4b395ca727657899d8 (diff) | |
download | repository-18c1f0bf379eb77bc0d6e9a6530f855097bae38d.tar.gz |
mesa: add patch to fix WebKit2GTK being broken on Wayland
Diffstat (limited to 'extra/mesa/build')
-rwxr-xr-x | extra/mesa/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/mesa/build b/extra/mesa/build index 460f8ac8..3408a9d7 100755 --- a/extra/mesa/build +++ b/extra/mesa/build @@ -17,6 +17,9 @@ export PYTHONPATH export DESTDIR="$1" export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS" +# Revert commit that causes WebKit to break on Wayland. +patch -p1 < revert_deprecation.patch + # Fix issues with musl and firefox. # https://bugs.freedesktop.org/show_bug.cgi?id=35268 # https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2 |