summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-09 17:34:02 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commitc23a1345e9c75a0e1ae7d5d5affcc6af5df24d38 (patch)
treecdab72f43a092b3a4c0044adecc041bd39912d63 /meson_options.txt
parente7713214c85ded42112aefdd05bf7af37a80fd6e (diff)
downloadlibproxy-git-c23a1345e9c75a0e1ae7d5d5affcc6af5df24d38.tar.gz
Add flag to toggle curl integration (#65)
In order to fix a possible build cycle between libproxy and curl add a toggle to switch off curl if necessary. Fixes: https://github.com/janbrummer/libproxy2/issues/57
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4a212d8..1c530b8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -73,4 +73,11 @@ option(
type: 'boolean',
value: true,
description: 'Whether to build vapi support'
+)
+
+option(
+ 'curl',
+ type: 'boolean',
+ value: true,
+ description: 'Whether to build cURL support'
) \ No newline at end of file