Title: [245182] trunk/Tools
Revision
245182
Author
ctur...@igalia.com
Date
2019-05-10 11:46:55 -0700 (Fri, 10 May 2019)

Log Message

[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: trunk/Tools/ChangeLog (245181 => 245182)


--- trunk/Tools/ChangeLog	2019-05-10 18:40:58 UTC (rev 245181)
+++ trunk/Tools/ChangeLog	2019-05-10 18:46:55 UTC (rev 245182)
@@ -1,3 +1,17 @@
+2019-05-10  Charlie Turner  <ctur...@igalia.com>
+
+        [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-05-10  Michael Catanzaro  <mcatanz...@igalia.com>
 
         Fix a bunch of compiler warnings

Modified: trunk/Tools/wpe/backends/CMakeLists.txt (245181 => 245182)


--- trunk/Tools/wpe/backends/CMakeLists.txt	2019-05-10 18:40:58 UTC (rev 245181)
+++ trunk/Tools/wpe/backends/CMakeLists.txt	2019-05-10 18:46:55 UTC (rev 245182)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to