summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2021-11-04 23:08:57 +0100
committerGünther Wagner <info@gunibert.de>2021-11-04 23:08:57 +0100
commit212da9ac01dc7e18c2fbb2682e564713c50420ac (patch)
treef2bd0f5c9b0b5bca8f9bc546190e9024ae1595a9 /meson_options.txt
parentf014c22bbb1e5dd857d6e47c5acf5f58fc28cecf (diff)
downloadlibrest-gwagner/soup3.tar.gz
soup3: added conditional option to mesongwagner/soup3
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ae4ba54..49f7a2d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,3 +23,8 @@ option('gtk_doc',
value: false,
description: 'Build the gtk-doc reference docs',
)
+option('soup2',
+ type: 'boolean',
+ value: true,
+ description: 'Whether to build with libsoup2',
+)