Title: [200329] trunk/Tools
- Revision
- 200329
- Author
- clo...@igalia.com
- Date
- 2016-05-02 11:59:28 -0700 (Mon, 02 May 2016)
Log Message
[CMake] MiniBrowser fails to build because libsoup link flags are not defined.
https://bugs.webkit.org/show_bug.cgi?id=157268
Reviewed by Michael Catanzaro.
* MiniBrowser/gtk/CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (200328 => 200329)
--- trunk/Tools/ChangeLog 2016-05-02 18:37:37 UTC (rev 200328)
+++ trunk/Tools/ChangeLog 2016-05-02 18:59:28 UTC (rev 200329)
@@ -1,3 +1,12 @@
+2016-05-02 Carlos Alberto Lopez Perez <clo...@igalia.com>
+
+ [CMake] MiniBrowser fails to build because libsoup link flags are not defined.
+ https://bugs.webkit.org/show_bug.cgi?id=157268
+
+ Reviewed by Michael Catanzaro.
+
+ * MiniBrowser/gtk/CMakeLists.txt:
+
2016-04-30 Darin Adler <da...@apple.com>
Streamline and remove unused bindings generation code
Modified: trunk/Tools/MiniBrowser/gtk/CMakeLists.txt (200328 => 200329)
--- trunk/Tools/MiniBrowser/gtk/CMakeLists.txt 2016-05-02 18:37:37 UTC (rev 200328)
+++ trunk/Tools/MiniBrowser/gtk/CMakeLists.txt 2016-05-02 18:59:28 UTC (rev 200329)
@@ -38,6 +38,7 @@
WebKit2
${GTK3_LIBRARIES}
${GLIB_LIBRARIES}
+ ${LIBSOUP_LIBRARIES}
)
add_custom_command(
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes