diff options
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 3 |
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') |