aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 16:21:15 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-20 16:21:15 +0200
commitd27ab7cfbd37cd6fd26492b4463c24f392f0899e (patch)
tree910f99fa80ec625352fc63fcd0b022c728a469c6 /meson.options
parent541011a3b787275cfc17660d29086312f6523730 (diff)
downloadgnunet-d27ab7cfbd37cd6fd26492b4463c24f392f0899e.tar.gz
gnunet-d27ab7cfbd37cd6fd26492b4463c24f392f0899e.zip
BUILD: Also generate config. Detect curl with gnutls
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.options b/meson.options
index 82e0f5ca6..0fc435ec5 100644
--- a/meson.options
+++ b/meson.options
@@ -1,3 +1,4 @@
1# Build options 1# Build options
2option('monolith', type : 'boolean', value : false, description: 'Build a single, monolithic libgnunet shlib') 2option('monolith', type : 'boolean', value : false, description: 'Build a single, monolithic libgnunet shlib')
3option('experimental', type : 'boolean', value : false, description: 'Build experimental components')
3 4