From 18c1f0bf379eb77bc0d6e9a6530f855097bae38d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 3 May 2022 14:58:09 +0200 Subject: mesa: add patch to fix WebKit2GTK being broken on Wayland --- extra/mesa/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/mesa/build') 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 -- cgit v1.2.3