aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e69badf..389b7fd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,12 @@ option('test',
description : 'enable tests'
)
+option('contrib-commands',
+ type: 'boolean',
+ value: true,
+ description: 'Install extra commands available in `contrib/`'
+)
+
option('man',
type : 'feature',
description : 'enable man pages'