Title: [295085] trunk/Tools/wpe/backends/PlatformWPE.cmake
Revision
295085
Author
commit-qu...@webkit.org
Date
2022-06-01 04:05:08 -0700 (Wed, 01 Jun 2022)

Log Message

WPEToolingsBackend requires linking against libgobject
https://bugs.webkit.org/show_bug.cgi?id=241180

Patch by Žan Doberšek <zdober...@igalia.com> on 2022-06-01
Unreviewed, WPEToolingsBackend library should link against the GObject library
as required by ATK code, avoiding linking issues that only pop up at the point
of linking the WebKitTestRunner binary, and in only some specific
configurations.

* Tools/wpe/backends/PlatformWPE.cmake:
Have the WPEToolingsBackend link against GObject libraries.

Canonical link: https://commits.webkit.org/251180@main

Modified Paths

Diff

Modified: trunk/Tools/wpe/backends/PlatformWPE.cmake (295084 => 295085)


--- trunk/Tools/wpe/backends/PlatformWPE.cmake	2022-06-01 10:30:05 UTC (rev 295084)
+++ trunk/Tools/wpe/backends/PlatformWPE.cmake	2022-06-01 11:05:08 UTC (rev 295085)
@@ -32,6 +32,7 @@
 
 list(APPEND WPEToolingBackends_LIBRARIES
     ${ATK_LIBRARIES}
+    ${GLIB_GOBJECT_LIBRARIES}
     ${GLIB_LIBRARIES}
     ${LIBEPOXY_LIBRARIES}
     ${LIBXKBCOMMON_LIBRARIES}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to