diff options
| author | David Robillard <d@drobilla.net> | 2025-11-05 12:45:17 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2025-11-05 12:45:17 -0500 |
| commit | 7cb031f12795a3f4a62428322e30a7ce60358a5c (patch) | |
| tree | 9def0695e151a48d6c516b7c011784b3026756b7 /meson_options.txt | |
| parent | b02b868091a4c83cf0d2200d7a5daf43cdf2284a (diff) | |
| download | lv2-7cb031f12795a3f4a62428322e30a7ce60358a5c.tar.xz | |
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') |