⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 175344 in webkit


Ignore:
Timestamp:
Oct 29, 2014, 2:04:28 PM (12 years ago)
Author:
rakuco@webkit.org
Message:

[GTK] Bump libsoup's minimum version to 2.42.0.
https://bugs.webkit.org/show_bug.cgi?id=138086

Reviewed by Martin Robinson.

The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
soup-version.h header was added to soup.h in 2.41.4, which then becomes
the minimum version required to build the port these days.

In addition, since the autotools build system required 2.42.0 before
being retired, require the same version here. Version 2.42.0 was also
recommended in
https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.

  • Source/cmake/OptionsGTK.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r175253 r175344  
     12014-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
    1192014-10-28  Tibor Meszaros  <tmeszaros.u-szeged@partner.samsung.com>
    220
  • trunk/Source/cmake/OptionsGTK.cmake

    r175246 r175344  
    3535find_package(ICU REQUIRED)
    3636find_package(JPEG REQUIRED)
    37 find_package(LibSoup 2.40.3 REQUIRED)
     37find_package(LibSoup 2.42.0 REQUIRED)
    3838find_package(LibXml2 2.8.0 REQUIRED)
    3939find_package(LibXslt 1.1.7 REQUIRED)
Note: See TracChangeset for help on using the changeset viewer.