Title: [236275] trunk/Tools
- Revision
- 236275
- Author
- [email protected]
- Date
- 2018-09-20 13:32:02 -0700 (Thu, 20 Sep 2018)
Log Message
[WPE] fails to build on ARM arches complaining about undefined reference to `epoxy_eglMakeCurrent'
https://bugs.webkit.org/show_bug.cgi?id=189556
Reviewed by Konstantin Tokarev.
This is only a speculative build fix as I didn't attempt to reproduce. Explicitly link to
libepoxy.
* wpe/backends/CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (236274 => 236275)
--- trunk/Tools/ChangeLog 2018-09-20 19:31:29 UTC (rev 236274)
+++ trunk/Tools/ChangeLog 2018-09-20 20:32:02 UTC (rev 236275)
@@ -1,3 +1,15 @@
+2018-09-20 Michael Catanzaro <[email protected]>
+
+ [WPE] fails to build on ARM arches complaining about undefined reference to `epoxy_eglMakeCurrent'
+ https://bugs.webkit.org/show_bug.cgi?id=189556
+
+ Reviewed by Konstantin Tokarev.
+
+ This is only a speculative build fix as I didn't attempt to reproduce. Explicitly link to
+ libepoxy.
+
+ * wpe/backends/CMakeLists.txt:
+
2018-09-20 Daniel Bates <[email protected]>
[iOS] Support testing more hardware special keys
Modified: trunk/Tools/wpe/backends/CMakeLists.txt (236274 => 236275)
--- trunk/Tools/wpe/backends/CMakeLists.txt 2018-09-20 19:31:29 UTC (rev 236274)
+++ trunk/Tools/wpe/backends/CMakeLists.txt 2018-09-20 20:32:02 UTC (rev 236275)
@@ -21,6 +21,7 @@
set(WPEToolingBackends_SYSTEM_INCLUDE_DIRECTORIES
${CAIRO_INCLUDE_DIRS}
${GLIB_INCLUDE_DIRS}
+ ${LIBEPOXY_INCLUDE_DIRS}
${WPE_INCLUDE_DIRS}
${WPEBACKEND_FDO_INCLUDE_DIRS}
)
@@ -28,6 +29,7 @@
set(WPEToolingBackends_LIBRARIES
${CAIRO_LIBRARIES}
${GLIB_LIBRARIES}
+ ${LIBEPOXY_LIBRARIES}
${LIBXKBCOMMON_LIBRARIES}
${WAYLAND_LIBRARIES}
${WPE_LIBRARIES}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes