Title: [245450] releases/WebKitGTK/webkit-2.24/Tools
Revision
245450
Author
[email protected]
Date
2019-05-17 04:25:03 -0700 (Fri, 17 May 2019)

Log Message

Merge r245182 - [WPE] Forward libepoxy cflags
https://bugs.webkit.org/show_bug.cgi?id=197784

Reviewed by Žan Doberšek.

* wpe/backends/CMakeLists.txt: This is required to keep
-DMESA_EGL_NO_X11_HEADERS in the build, if we don't do this, EGL ends
up trying to include X11 headers even when they're not present in the
environment.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.24/Tools/ChangeLog (245449 => 245450)


--- releases/WebKitGTK/webkit-2.24/Tools/ChangeLog	2019-05-17 11:25:00 UTC (rev 245449)
+++ releases/WebKitGTK/webkit-2.24/Tools/ChangeLog	2019-05-17 11:25:03 UTC (rev 245450)
@@ -1,3 +1,17 @@
+2019-05-10  Charlie Turner  <[email protected]>
+
+        [WPE] Forward libepoxy cflags
+        https://bugs.webkit.org/show_bug.cgi?id=197784
+
+        Reviewed by Žan Doberšek.
+
+        Patch by Zan Dobersek.
+
+        * wpe/backends/CMakeLists.txt: This is required to keep
+        -DMESA_EGL_NO_X11_HEADERS in the build, if we don't do this, EGL ends
+        up trying to include X11 headers even when they're not present in the
+        environment.
+
 2019-04-03  Myles C. Maxfield  <[email protected]>
 
         -apple-trailing-word is needed for browser detection

Modified: releases/WebKitGTK/webkit-2.24/Tools/wpe/backends/CMakeLists.txt (245449 => 245450)


--- releases/WebKitGTK/webkit-2.24/Tools/wpe/backends/CMakeLists.txt	2019-05-17 11:25:00 UTC (rev 245449)
+++ releases/WebKitGTK/webkit-2.24/Tools/wpe/backends/CMakeLists.txt	2019-05-17 11:25:03 UTC (rev 245450)
@@ -36,6 +36,8 @@
     ${WPEBACKEND_FDO_LIBRARIES}
 )
 
+add_definitions(${LIBEPOXY_DEFINITIONS})
+
 add_custom_command(
     OUTPUT ${DERIVED_SOURCES_WPETOOLINGBACKENDS_DIR}/xdg-shell-unstable-v6-protocol.c
     MAIN_DEPENDENCY ${WAYLAND_PROTOCOLS_DATADIR}/unstable/xdg-shell/xdg-shell-unstable-v6.xml
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to