From 9c36adeca1950ddfb861250fc428598b22de4367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 16 Dec 2019 11:47:12 +0100 Subject: [PATCH] webkit2gtk: fix build Some missing symbol(s) like EGL_WAYLAND_BUFFER_WL are defined in EGL/eglmesaext.h thus add it to the includes. --- srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch diff --git a/srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch b/srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch new file mode 100644 index 0000000000..294c73ba24 --- /dev/null +++ b/srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch @@ -0,0 +1,10 @@ +--- Source/WebKit/UIProcess/gtk/WaylandCompositor.cpp 2019-09-23 10:17:18.000000000 +0200 ++++ Source/WebKit/UIProcess/gtk/WaylandCompositor.cpp 2019-12-16 11:30:00.971252320 +0100 +@@ -31,6 +31,7 @@ + #include "WebKitWaylandServerProtocol.h" + #include + #include ++#include + #include + #include + #include