2018-10-20 17:04:11 -03:00
|
|
|
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')
|
2018-11-01 21:52:30 -03:00
|
|
|
option('bundle_libs',
|
|
|
|
type: 'boolean',
|
|
|
|
value: false,
|
|
|
|
description: 'Bundle the libs that the executable is linked against')
|
2018-11-01 22:08:06 -03:00
|
|
|
option('install_translations',
|
|
|
|
type: 'boolean',
|
|
|
|
value: true,
|
|
|
|
description: 'Install translation files')
|