Changeset 276294 in webkit
- Timestamp:
- Apr 20, 2021, 2:22:00 AM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/OptionsWPE.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r276246 r276294 1 2021-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 1 10 2021-04-19 Carlos Garcia Campos <cgarcia@igalia.com> 2 11 -
trunk/Source/cmake/OptionsWPE.cmake
r276238 r276294 76 76 WEBKIT_OPTION_DEFINE(USE_LCMS "Whether to enable support for image color management using libcms2." PUBLIC ON) 77 77 WEBKIT_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 O N)78 WEBKIT_OPTION_DEFINE(USE_SOUP2 "Whether to enable usage of Soup 2 instead of Soup 3." PUBLIC OFF) 79 79 WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC ON) 80 80 WEBKIT_OPTION_DEFINE(USE_WOFF2 "Whether to enable support for WOFF2 Web Fonts." PUBLIC ON)
Note:
See TracChangeset
for help on using the changeset viewer.