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

Changeset 276294 in webkit


Ignore:
Timestamp:
Apr 20, 2021, 2:22:00 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

[WPE] Switch to libsoup3 by default
https://bugs.webkit.org/show_bug.cgi?id=224802

Reviewed by Žan Doberšek.

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

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r276246 r276294  
     12021-04-20  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [WPE] Switch to libsoup3 by default
     4        https://bugs.webkit.org/show_bug.cgi?id=224802
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * Source/cmake/OptionsWPE.cmake:
     9
    1102021-04-19  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/cmake/OptionsWPE.cmake

    r276238 r276294  
    7676WEBKIT_OPTION_DEFINE(USE_LCMS "Whether to enable support for image color management using libcms2." PUBLIC ON)
    7777WEBKIT_OPTION_DEFINE(USE_OPENJPEG "Whether to enable support for JPEG2000 images." PUBLIC ON)
    78 WEBKIT_OPTION_DEFINE(USE_SOUP2 "Whether to enable usage of Soup 2 instead of Soup 3." PUBLIC ON)
     78WEBKIT_OPTION_DEFINE(USE_SOUP2 "Whether to enable usage of Soup 2 instead of Soup 3." PUBLIC OFF)
    7979WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC ON)
    8080WEBKIT_OPTION_DEFINE(USE_WOFF2 "Whether to enable support for WOFF2 Web Fonts." PUBLIC ON)
Note: See TracChangeset for help on using the changeset viewer.