diff options
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 |