[librest/gwagner/default_soup3] meson: build with soup3 by default




commit 711a5b894a3db50d8099d1d9eb761be1db1737d2
Author: Günther Wagner <info gunibert de>
Date:   Sat Jun 18 00:06:04 2022 +0200

    meson: build with soup3 by default
    
    Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/11

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index f81f738..f67f3bf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -30,7 +30,7 @@ option('gtk_doc',
 )
 option('soup2',
   type: 'boolean',
-  value: true,
+  value: false,
   description: 'Whether to build with libsoup2',
 )
 option('tests',


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