⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 236975 in webkit


Ignore:
Timestamp:
Oct 9, 2018, 12:25:18 PM (8 years ago)
Author:
Claudio Saavedra
Message:

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

Reviewed by Michael Catanzaro.

  • PlatformWPE.cmake:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r236954 r236975  
     12018-10-09  Claudio Saavedra  <csaavedra@igalia.com>
     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
    1102018-10-08  Justin Fan  <justin_fan@apple.com>
    211
  • trunk/Source/JavaScriptCore/PlatformWPE.cmake

    r236873 r236975  
    33list(APPEND JavaScriptCore_LIBRARIES
    44    ${GLIB_LIBRARIES}
     5    ${GLIB_GMODULE_LIBRARIES}
    56)
    67
  • trunk/Source/WebKit/ChangeLog

    r236973 r236975  
     12018-10-09  Claudio Saavedra  <csaavedra@igalia.com>
     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
    1102018-10-09  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit/PlatformWPE.cmake

    r236690 r236975  
    283283        ${FREETYPE_LIBRARIES}
    284284        ${GLIB_LIBRARIES}
     285        ${GLIB_GMODULE_LIBRARIES}
    285286        ${GSTREAMER_LIBRARIES}
    286287        ${HARFBUZZ_LIBRARIES}
Note: See TracChangeset for help on using the changeset viewer.