summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bc25d2f..476b3d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,9 @@ option('benchmarks', type: 'feature', value: 'auto', yield: true,
option('checks', type: 'boolean', value: true, yield: true,
description: 'Check for features with the build system')
+option('docs', type: 'feature', value: 'auto', yield: true,
+ description: 'Build documentation')
+
option('posix', type: 'feature', value: 'auto', yield: true,
description: 'Use POSIX system facilities')