From 7cb031f12795a3f4a62428322e30a7ce60358a5c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Nov 2025 12:45:17 -0500 Subject: Add configuration option to control command-line tool installation --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1