sernatur/meson_options.txt

13 lines
339 B
Meson

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('bundle_libs',
type: 'boolean',
value: false,
description: 'Bundle the libs that the executable is linked against')