Fix build with wpebackend-fdo 1.8.1
authorCarlos Garcia Campos <cgarcia@igalia.com>
Thu, 18 Mar 2021 15:05:45 +0000 (15:05 +0000)
committerAlberto Garcia <berto@igalia.com>
Thu, 18 Mar 2021 15:05:45 +0000 (15:05 +0000)
Origin: https://trac.webkit.org/changeset/273376

===================================================================

Gbp-Pq: Name include-libwpe.patch

Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp

index d3b0042d94e6a9a81c8e4127336e9e2079d9c91d..e3a1104b5861783c5b088db8ab21805e6c177a4f 100644 (file)
@@ -42,6 +42,7 @@
 #include <gtk/gtk.h>
 
 #if PLATFORM(WAYLAND) && USE(WPE_RENDERER)
+#include <wpe/wpe.h>
 #include <wpe/fdo.h>
 #endif
 #endif
index 2130b517d59e17552e2021a2eeb728e5b4653008..66b20ebf24b3aaea8c3c3b3739d162c5f313d77e 100644 (file)
@@ -50,6 +50,7 @@
 #endif
 
 #if USE(WPE_RENDERER)
+#include <wpe/wpe.h>
 #include <wpe/fdo-egl.h>
 #if WPE_FDO_CHECK_VERSION(1, 7, 0)
 #include <wayland-server.h>