mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 00:50:16 +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',
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue