aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.options b/meson.options
index 022727858..393d61c49 100644
--- a/meson.options
+++ b/meson.options
@@ -46,3 +46,7 @@ option('state-dir', type : 'string', value : '/nix/var',
option('log-dir', type : 'string', value : '/nix/var/log',
description : 'path to store logs in for Nix',
)
+
+option('enable-docs', type : 'boolean', value : true,
+ description : 'whether to build documentation',
+)