Skip to content

Commit df17554

Browse files
[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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@200329 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent be029dd commit df17554

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Tools/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2016-05-02 Carlos Alberto Lopez Perez <[email protected]>
2+
3+
[CMake] MiniBrowser fails to build because libsoup link flags are not defined.
4+
https://bugs.webkit.org/show_bug.cgi?id=157268
5+
6+
Reviewed by Michael Catanzaro.
7+
8+
* MiniBrowser/gtk/CMakeLists.txt:
9+
110
2016-04-30 Darin Adler <[email protected]>
211

312
Streamline and remove unused bindings generation code

Tools/MiniBrowser/gtk/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ set(MiniBrowser_LIBRARIES
3838
WebKit2
3939
${GTK3_LIBRARIES}
4040
${GLIB_LIBRARIES}
41+
${LIBSOUP_LIBRARIES}
4142
)
4243

4344
add_custom_command(

0 commit comments

Comments
 (0)