diff options
-rw-r--r-- | meson_options.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt index a5cae5fc..19bfd95c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,16 +18,15 @@ option('oauth1', value: 'disabled', description: 'enable OAuth 1.0 support (deprecated)') -# Enable always building tests (default: yes) option('always_build_tests', type: 'boolean', value: true, - description: 'Enable always building tests (default: true)') + description: 'Enable always building tests') option('installed_tests', type: 'boolean', - value: true, - description: 'Install test programs (default: false)') + value: false, + description: 'Install test programs') option('man', type: 'boolean', @@ -37,7 +36,7 @@ option('man', option('gtk_doc', type: 'boolean', value: false, - description: 'use gtk-doc to build documentation (default: false)') + description: 'use gtk-doc to build documentation') option('introspection', type: 'boolean', |