Changeset 175921 in webkit
- Timestamp:
- Nov 11, 2014, 7:12:54 AM (12 years ago)
- Location:
- releases/WebKitGTK/webkit-2.6
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/WebKitGTK/webkit-2.6/ChangeLog
r175215 r175921 1 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org> 2 3 [GTK] Bump libsoup's minimum version to 2.42.0. 4 https://bugs.webkit.org/show_bug.cgi?id=138086 5 6 Reviewed by Martin Robinson. 7 8 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the 9 soup-version.h header was added to soup.h in 2.41.4, which then becomes 10 the minimum version required to build the port these days. 11 12 In addition, since the autotools build system required 2.42.0 before 13 being retired, require the same version here. Version 2.42.0 was also 14 recommended in 15 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html. 16 17 * Source/cmake/OptionsGTK.cmake: 18 1 19 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com> 2 20 -
releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake
r175215 r175921 35 35 find_package(ICU REQUIRED) 36 36 find_package(JPEG REQUIRED) 37 find_package(LibSoup 2.4 0.3REQUIRED)37 find_package(LibSoup 2.42.0 REQUIRED) 38 38 find_package(LibXml2 2.8.0 REQUIRED) 39 39 find_package(LibXslt 1.1.7 REQUIRED)
Note:
See TracChangeset
for help on using the changeset viewer.