summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-06-17 12:41:22 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-06-18 14:01:33 -0500
commitb8bc428be3f2c648ba7a42f645759993937c45da (patch)
tree651d3ca97cc40bbd98153b91144442a16b6157a8 /meson_options.txt
parent0821cc86a618752d9f67c348bc985f3e909898e4 (diff)
downloadgnome-initial-setup-b8bc428be3f2c648ba7a42f645759993937c45da.tar.gz
Build against webkit2gtk-4.1 and librest-1.0
We'll build using libsoup 3 by default, with new dependency API versions webkit2gtk-4.1 and librest-1.0. The CI will continue to use libsoup 2 for now, since libsoup 3 builds of dependencies are not available there yet. A build option has been provided for this.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index be386b5..9341909 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,3 +26,9 @@ option('parental_controls',
value: 'auto',
description: 'Enable parental controls pages',
)
+
+option('soup2',
+ type: 'boolean',
+ value: false,
+ description: 'Use libsoup 2 instead of libsoup 3'
+)