Title: [193617] trunk/Tools
Revision
193617
Author
ph...@webkit.org
Date
2015-12-07 01:11:30 -0800 (Mon, 07 Dec 2015)

Log Message

[GTK][Mac] libWebExtensionTest link error
https://bugs.webkit.org/show_bug.cgi?id=150802

Reviewed by Carlos Garcia Campos.

* TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt: add dependencies to the webextension library.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (193616 => 193617)


--- trunk/Tools/ChangeLog	2015-12-07 08:28:41 UTC (rev 193616)
+++ trunk/Tools/ChangeLog	2015-12-07 09:11:30 UTC (rev 193617)
@@ -1,3 +1,12 @@
+2015-12-07  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK][Mac] libWebExtensionTest link error
+        https://bugs.webkit.org/show_bug.cgi?id=150802
+
+        Reviewed by Carlos Garcia Campos.
+
+        * TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt: add dependencies to the webextension library.
+
 2015-12-06  David Kilzer  <ddkil...@apple.com>
 
         TestNetscapePlugIn: Fix leaks found by static analyzer

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt (193616 => 193617)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt	2015-12-07 08:28:41 UTC (rev 193616)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Gtk/CMakeLists.txt	2015-12-07 09:11:30 UTC (rev 193617)
@@ -66,6 +66,11 @@
     set_target_properties(${extension_name} PROPERTIES
         LIBRARY_OUTPUT_DIRECTORY ${TEST_LIBRARY_DIR}
     )
+    target_link_libraries(${extension_name}
+        _javascript_Core
+        WebKit2
+        ${GLIB_LIBRARIES}
+    )
 endmacro()
 
 macro(ADD_WK2_TEST test_name)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to