aboutsummaryrefslogtreecommitdiffstats
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 91882da..57a41f0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,5 +22,8 @@ option('plugins', type: 'feature',
option('tests', type: 'feature',
description: 'Build tests')
+option('tools', type: 'feature',
+ description: 'Build and install command-line utilities')
+
option('title', type: 'string', value: 'LV2',
description: 'Project title')