meson_options: replace deprecated boolean variable

This commit is contained in:
Kate Hsuan 2025-09-17 12:27:42 +08:00
parent f26409e925
commit 8ce78b7f9e

View file

@ -1,10 +1,10 @@
option('man', option('man',
type : 'boolean', type : 'boolean',
value : 'true', value : true,
description : 'Build manpages') description : 'Build manpages')
option('gtk-doc', option('gtk-doc',
type : 'boolean', type : 'boolean',
value : 'true', value : true,
description : 'Build developer documentation') description : 'Build developer documentation')
option('introspection', option('introspection',
type : 'feature', type : 'feature',