Changeset 175344 in webkit
- Timestamp:
- Oct 29, 2014, 2:04:28 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r175253 r175344 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-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> 2 20 -
trunk/Source/cmake/OptionsGTK.cmake
r175246 r175344 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.