]> git.pld-linux.org Git - packages/gtk-webkit4.git/blob - gtk-webkit4-wpe.patch
- updated to 2.30.5; restores WebKitPluginProcess
[packages/gtk-webkit4.git] / gtk-webkit4-wpe.patch
1 Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp: add include for WPE_*_VERSION
2 Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp: add include for wpe_view_backend_initialize()
3
4 --- webkitgtk-2.30.5/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp.orig    2020-10-23 10:24:22.000000000 +0200
5 +++ webkitgtk-2.30.5/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp 2021-03-13 16:00:53.328034094 +0100
6 @@ -43,6 +43,7 @@
7  
8  #if PLATFORM(WAYLAND) && USE(WPE_RENDERER)
9  #include <wpe/fdo.h>
10 +#include <wpe/wpe.h>
11  #endif
12  #endif
13  
14 --- webkitgtk-2.30.5/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp.orig        2020-09-11 10:16:51.000000000 +0200
15 +++ webkitgtk-2.30.5/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp     2021-03-13 16:14:40.706885131 +0100
16 @@ -50,6 +50,7 @@
17  #endif
18  
19  #if USE(WPE_RENDERER)
20 +#include <wpe/wpe.h>
21  #include <wpe/fdo-egl.h>
22  #if WPE_FDO_CHECK_VERSION(1, 7, 0)
23  #include <wayland-server.h>
This page took 0.070286 seconds and 3 git commands to generate.