sernatur/meson_options.txt

17 lines
423 B
Meson
Raw Permalink Normal View History

2019-01-03 19:47:43 -03:00
option('debugging',
type: 'boolean',
value: false,
description: 'Build with debugging preprocessor')
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 22:08:06 -03:00
option('install_translations',
type: 'boolean',
value: true,
description: 'Install translation files')