summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-07-26 14:07:45 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2021-07-28 14:46:57 -0500
commitf2d398a2aa8d8fa686e3e0ee86a4001a3ff10bc4 (patch)
tree878ed34348295813d7904f413890ad479167129b
parent626641b3e0ee92e2d304b7becbb4fe09e0c8144e (diff)
downloadepiphany-mcatanzaro/libsoup2-again.tar.gz
Back to libsoup 2 for GNOME 41mcatanzaro/libsoup2-again
We will switch to libsoup 3 by default in GNOME 42 instead. https://discourse.gnome.org/t/webkit2gtk-4-1-added-to-gnome-sdk-webkit2gtk-4-0-deprecated/7053/20
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 96bdd73a7..023e61188 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,6 +42,6 @@ option('gsb_api_key',
option('soup2',
type: 'feature',
- value: 'disabled',
+ value: 'enabled',
description: 'Use libsoup2 instead of libsoup3'
)