webkit2gtk: fix build
Some missing symbol(s) like EGL_WAYLAND_BUFFER_WL are defined in EGL/eglmesaext.h thus add it to the includes.
This commit is contained in:
parent
7f51d82197
commit
9c36adeca1
1 changed files with 10 additions and 0 deletions
10
srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch
Normal file
10
srcpkgs/webkit2gtk/patches/fix-eglmesaext_h.patch
Normal file
|
@ -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 <EGL/egl.h>
|
||||||
|
#include <EGL/eglext.h>
|
||||||
|
+#include <EGL/eglmesaext.h>
|
||||||
|
#include <WebCore/GLContext.h>
|
||||||
|
#include <WebCore/PlatformDisplayWayland.h>
|
||||||
|
#include <WebCore/Region.h>
|
Loading…
Add table
Add a link
Reference in a new issue