summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-07-26 14:07:45 -0500
committerJavier Jardón <jjardon@gnome.org>2021-07-28 19:05:13 +0100
commitfa10ae0614c7ffc0f9dcba14099eebdadd285ba1 (patch)
tree19ccf26d0198e31d462f5246f57c33f7221b44ba
parent5ab19960ea9c5d4701eff8316880e1b795cda608 (diff)
downloadepiphany-jjardon/fix_ci.tar.gz
Back to libsoup 2 for GNOME 41jjardon/fix_ci
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'
)