Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 730f310

Browse files
[WPE] Explicitly link against gmodule where used
https://bugs.webkit.org/show_bug.cgi?id=190398 Reviewed by Michael Catanzaro. * PlatformWPE.cmake: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@236975 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent fe5d901 commit 730f310

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

Source/JavaScriptCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2018-10-09 Claudio Saavedra <[email protected]>
2+
3+
[WPE] Explicitly link against gmodule where used
4+
https://bugs.webkit.org/show_bug.cgi?id=190398
5+
6+
Reviewed by Michael Catanzaro.
7+
8+
* PlatformWPE.cmake:
9+
110
2018-10-08 Justin Fan <[email protected]>
211

312
WebGPU: Rename old WebGPU prototype to WebMetal

Source/JavaScriptCore/PlatformWPE.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include(GLib.cmake)
22

33
list(APPEND JavaScriptCore_LIBRARIES
44
${GLIB_LIBRARIES}
5+
${GLIB_GMODULE_LIBRARIES}
56
)
67

78
list(APPEND JavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES

Source/WebKit/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2018-10-09 Claudio Saavedra <[email protected]>
2+
3+
[WPE] Explicitly link against gmodule where used
4+
https://bugs.webkit.org/show_bug.cgi?id=190398
5+
6+
Reviewed by Michael Catanzaro.
7+
8+
* PlatformWPE.cmake:
9+
110
2018-10-09 Chris Dumez <[email protected]>
211

312
PSON: Doing a cross-site navigation via the URL bar does not swap process on iOS

Source/WebKit/PlatformWPE.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ list(APPEND WebKit_LIBRARIES
282282
${CAIRO_LIBRARIES}
283283
${FREETYPE_LIBRARIES}
284284
${GLIB_LIBRARIES}
285+
${GLIB_GMODULE_LIBRARIES}
285286
${GSTREAMER_LIBRARIES}
286287
${HARFBUZZ_LIBRARIES}
287288
${LIBSOUP_LIBRARIES}

0 commit comments

Comments
 (0)