[epiphany/mcatanzaro/libsoup3] Switch to libsoup3 by default




commit d6300285e95c0cac325038d107f1eca471c63800
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri May 14 16:02:12 2021 -0500

    Switch to libsoup3 by default
    
    Our CI is not yet ready, though. We have to fix gnome-build-meta#378
    first.

 meson_options.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 87586e78b..96bdd73a7 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,6 +42,6 @@ option('gsb_api_key',
 
 option('soup2',
   type: 'feature',
-  value: 'enabled',
-  description: 'Use libsoup2'
+  value: 'disabled',
+  description: 'Use libsoup2 instead of libsoup3'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]