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

Changeset 175921 in webkit


Ignore:
Timestamp:
Nov 11, 2014, 7:12:54 AM (12 years ago)
Author:
Carlos Garcia Campos
Message:

Merge r175344 - [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:
releases/WebKitGTK/webkit-2.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.6/ChangeLog

    r175215 r175921  
     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-09-26  Carlos Garcia Campos  <cgarcia@igalia.com>
    220
  • releases/WebKitGTK/webkit-2.6/Source/cmake/OptionsGTK.cmake

    r175215 r175921  
    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.