From c23a1345e9c75a0e1ae7d5d5affcc6af5df24d38 Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Thu, 9 Mar 2023 17:34:02 +0100 Subject: 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 --- meson_options.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson_options.txt') 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 -- cgit v1.2.1