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 257c045..41c5eb9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,6 +4,9 @@
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
+option('man', type: 'feature', value: 'enabled', yield: true,
+ description: 'Install man pages')
+
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')