summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-06-18 00:06:04 +0200
committerGünther Wagner <info@gunibert.de>2022-06-18 01:01:30 +0200
commitcad5496562a52e146ec5efc9265e7ef8e6e03ae3 (patch)
treef93bb17106cdc24c01abc47b254d22ea2b107f62 /meson_options.txt
parent2fc0a24574ee15704d588626f194dea2ca288997 (diff)
downloadlibrest-cad5496562a52e146ec5efc9265e7ef8e6e03ae3.tar.gz
meson: build with soup3 by default
Fixes https://gitlab.gnome.org/GNOME/librest/-/issues/11
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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',