summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Hsuan <hpa@redhat.com>2025-09-17 12:27:42 +0800
committerKate Hsuan <hpa@redhat.com>2025-09-17 12:27:42 +0800
commit8ce78b7f9e54176f05f23adccc1f73c136256301 (patch)
tree7a669bd7bdb16f0aca73567a2e5577f6ad210f29
parentf26409e925d164b2ec98277c20d71f30d02b3b86 (diff)
meson_options: replace deprecated boolean variableHEADmaster
-rw-r--r--meson_options.txt4
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',