Title: [276294] trunk
Revision
276294
Author
[email protected]
Date
2021-04-20 02:22:00 -0700 (Tue, 20 Apr 2021)

Log 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:

Modified Paths

Diff

Modified: trunk/ChangeLog (276293 => 276294)


--- trunk/ChangeLog	2021-04-20 09:14:49 UTC (rev 276293)
+++ trunk/ChangeLog	2021-04-20 09:22:00 UTC (rev 276294)
@@ -1,3 +1,12 @@
+2021-04-20  Carlos Garcia Campos  <[email protected]>
+
+        [WPE] Switch to libsoup3 by default
+        https://bugs.webkit.org/show_bug.cgi?id=224802
+
+        Reviewed by Žan Doberšek.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2021-04-19  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Switch to libsoup3 by default

Modified: trunk/Source/cmake/OptionsWPE.cmake (276293 => 276294)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-04-20 09:14:49 UTC (rev 276293)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-04-20 09:22:00 UTC (rev 276294)
@@ -75,7 +75,7 @@
 WEBKIT_OPTION_DEFINE(USE_AVIF "Whether to enable support for AVIF images." PUBLIC ${ENABLE_EXPERIMENTAL_FEATURES})
 WEBKIT_OPTION_DEFINE(USE_LCMS "Whether to enable support for image color management using libcms2." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_OPENJPEG "Whether to enable support for JPEG2000 images." PUBLIC ON)
-WEBKIT_OPTION_DEFINE(USE_SOUP2 "Whether to enable usage of Soup 2 instead of Soup 3." PUBLIC ON)
+WEBKIT_OPTION_DEFINE(USE_SOUP2 "Whether to enable usage of Soup 2 instead of Soup 3." PUBLIC OFF)
 WEBKIT_OPTION_DEFINE(USE_SYSTEMD "Whether to enable journald logging" PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_WOFF2 "Whether to enable support for WOFF2 Web Fonts." PUBLIC ON)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to