Title: [125470] trunk/Source/WebKit2
Revision
125470
Author
[email protected]
Date
2012-08-13 16:49:06 -0700 (Mon, 13 Aug 2012)

Log Message

[EFL] Unreviewed bot fix after r125467.

* PlatformEfl.cmake: Make the WK2 tests link against glib, gobject
and gio as well.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (125469 => 125470)


--- trunk/Source/WebKit2/ChangeLog	2012-08-13 23:45:26 UTC (rev 125469)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-13 23:49:06 UTC (rev 125470)
@@ -1,5 +1,12 @@
 2012-08-13  Raphael Kubo da Costa  <[email protected]>
 
+        [EFL] Unreviewed bot fix after r125467.
+
+        * PlatformEfl.cmake: Make the WK2 tests link against glib, gobject
+        and gio as well.
+
+2012-08-13  Raphael Kubo da Costa  <[email protected]>
+
         [EFL] Unreviewed attempt at fixing the bots after r125467.
 
         * PlatformEfl.cmake: Link against GIO and GObject due to the usage

Modified: trunk/Source/WebKit2/PlatformEfl.cmake (125469 => 125470)


--- trunk/Source/WebKit2/PlatformEfl.cmake	2012-08-13 23:45:26 UTC (rev 125469)
+++ trunk/Source/WebKit2/PlatformEfl.cmake	2012-08-13 23:49:06 UTC (rev 125470)
@@ -228,6 +228,9 @@
     ${ECORE_LIBRARIES}
     ${ECORE_EVAS_LIBRARIES}
     ${EVAS_LIBRARIES}
+    ${GLIB_LIBRARIES}
+    ${GLIB_GIO_LIBRARIES}
+    ${GLIB_GOBJECT_LIBRARIES}
     ${LIBSOUP_LIBRARIES}
     gtest
 )
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to