Title: [125468] trunk/Source/WebKit2
- Revision
- 125468
- Author
- [email protected]
- Date
- 2012-08-13 16:41:07 -0700 (Mon, 13 Aug 2012)
Log Message
[EFL] Unreviewed attempt at fixing the bots after r125467.
* PlatformEfl.cmake: Link against GIO and GObject due to the usage
of libsoup.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (125467 => 125468)
--- trunk/Source/WebKit2/ChangeLog 2012-08-13 23:30:23 UTC (rev 125467)
+++ trunk/Source/WebKit2/ChangeLog 2012-08-13 23:41:07 UTC (rev 125468)
@@ -1,3 +1,10 @@
+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
+ of libsoup.
+
2012-08-11 Raphael Kubo da Costa <[email protected]>
[CMake] Rewrite FindLibSoup2.cmake.
Modified: trunk/Source/WebKit2/PlatformEfl.cmake (125467 => 125468)
--- trunk/Source/WebKit2/PlatformEfl.cmake 2012-08-13 23:30:23 UTC (rev 125467)
+++ trunk/Source/WebKit2/PlatformEfl.cmake 2012-08-13 23:41:07 UTC (rev 125468)
@@ -160,6 +160,8 @@
${JPEG_LIBRARY}
${CMAKE_DL_LIBS}
${GLIB_LIBRARIES}
+ ${GLIB_GIO_LIBRARIES}
+ ${GLIB_GOBJECT_LIBRARIES}
${LIBSOUP_LIBRARIES}
)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes