make meson options more readable
This commit is contained in:
parent
619ab740dd
commit
ced4db8ef2
@ -1,2 +1,8 @@
|
|||||||
option('valadocs', type: 'boolean', value: true, description: 'Build valadocs for sernatur')
|
option('valadocs',
|
||||||
option('valadocs_deps', type: 'boolean', value: false, description: 'Build the valadocs of the deps of sernatur')
|
type: 'boolean',
|
||||||
|
value: true,
|
||||||
|
description: 'Build valadocs for sernatur')
|
||||||
|
option('valadocs_deps',
|
||||||
|
type: 'boolean',
|
||||||
|
value: false,
|
||||||
|
description: 'Build the valadocs of the deps of sernatur')
|
||||||
|
Loading…
Reference in New Issue
Block a user