make meson options more readable

This commit is contained in:
Chris Cromer 2018-10-20 17:04:11 -03:00
parent 619ab740dd
commit ced4db8ef2
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,8 @@
option('valadocs', 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')
option('valadocs',
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')