mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
meson_options: replace deprecated boolean variable
This commit is contained in:
parent
f26409e925
commit
8ce78b7f9e
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue