diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 41c5eb9..41a2374 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,17 +1,17 @@ # Copyright 2021-2022 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -option('docs', type: 'feature', value: 'auto', yield: true, +option('docs', type: 'feature', yield: true, description: 'Build documentation') option('man', type: 'feature', value: 'enabled', yield: true, description: 'Install man pages') -option('tests', type: 'feature', value: 'auto', yield: true, +option('tests', type: 'feature', yield: true, description: 'Build tests') option('title', type: 'string', value: 'Sord', description: 'Project title') -option('tools', type: 'feature', value: 'auto', yield: true, +option('tools', type: 'feature', yield: true, description: 'Build command line utilities') |