Title: [236975] trunk/Source
Revision
236975
Author
csaave...@igalia.com
Date
2018-10-09 12:25:18 -0700 (Tue, 09 Oct 2018)

Log Message

[WPE] Explicitly link against gmodule where used
https://bugs.webkit.org/show_bug.cgi?id=190398

Reviewed by Michael Catanzaro.

* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (236974 => 236975)


--- trunk/Source/_javascript_Core/ChangeLog	2018-10-09 19:23:21 UTC (rev 236974)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-10-09 19:25:18 UTC (rev 236975)
@@ -1,3 +1,12 @@
+2018-10-09  Claudio Saavedra  <csaave...@igalia.com>
+
+        [WPE] Explicitly link against gmodule where used
+        https://bugs.webkit.org/show_bug.cgi?id=190398
+
+        Reviewed by Michael Catanzaro.
+
+        * PlatformWPE.cmake:
+
 2018-10-08  Justin Fan  <justin_...@apple.com>
 
         WebGPU: Rename old WebGPU prototype to WebMetal

Modified: trunk/Source/_javascript_Core/PlatformWPE.cmake (236974 => 236975)


--- trunk/Source/_javascript_Core/PlatformWPE.cmake	2018-10-09 19:23:21 UTC (rev 236974)
+++ trunk/Source/_javascript_Core/PlatformWPE.cmake	2018-10-09 19:25:18 UTC (rev 236975)
@@ -2,6 +2,7 @@
 
 list(APPEND _javascript_Core_LIBRARIES
     ${GLIB_LIBRARIES}
+    ${GLIB_GMODULE_LIBRARIES}
 )
 
 list(APPEND _javascript_Core_SYSTEM_INCLUDE_DIRECTORIES

Modified: trunk/Source/WebKit/ChangeLog (236974 => 236975)


--- trunk/Source/WebKit/ChangeLog	2018-10-09 19:23:21 UTC (rev 236974)
+++ trunk/Source/WebKit/ChangeLog	2018-10-09 19:25:18 UTC (rev 236975)
@@ -1,3 +1,12 @@
+2018-10-09  Claudio Saavedra  <csaave...@igalia.com>
+
+        [WPE] Explicitly link against gmodule where used
+        https://bugs.webkit.org/show_bug.cgi?id=190398
+
+        Reviewed by Michael Catanzaro.
+
+        * PlatformWPE.cmake:
+
 2018-10-09  Chris Dumez  <cdu...@apple.com>
 
         PSON: Doing a cross-site navigation via the URL bar does not swap process on iOS

Modified: trunk/Source/WebKit/PlatformWPE.cmake (236974 => 236975)


--- trunk/Source/WebKit/PlatformWPE.cmake	2018-10-09 19:23:21 UTC (rev 236974)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2018-10-09 19:25:18 UTC (rev 236975)
@@ -282,6 +282,7 @@
         ${CAIRO_LIBRARIES}
         ${FREETYPE_LIBRARIES}
         ${GLIB_LIBRARIES}
+        ${GLIB_GMODULE_LIBRARIES}
         ${GSTREAMER_LIBRARIES}
         ${HARFBUZZ_LIBRARIES}
         ${LIBSOUP_LIBRARIES}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to