diff options
author | Kate Hsuan <hpa@redhat.com> | 2025-09-17 12:27:42 +0800 |
---|---|---|
committer | Kate Hsuan <hpa@redhat.com> | 2025-09-17 12:27:42 +0800 |
commit | 8ce78b7f9e54176f05f23adccc1f73c136256301 (patch) | |
tree | 7a669bd7bdb16f0aca73567a2e5577f6ad210f29 | |
parent | f26409e925d164b2ec98277c20d71f30d02b3b86 (diff) |
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 19c03aa..7220d2f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,10 +1,10 @@ option('man', type : 'boolean', - value : 'true', + value : true, description : 'Build manpages') option('gtk-doc', type : 'boolean', - value : 'true', + value : true, description : 'Build developer documentation') option('introspection', type : 'feature', |