libmks/meson_options.txt
2023-04-20 14:00:04 -07:00

17 lines
438 B
Meson

option('install-tools', type: 'boolean', value: false)
option('docs',
type: 'boolean', value: false,
description: 'Build reference manual')
option('introspection',
type: 'feature', value: 'auto',
description: 'Generate gir data')
option('vapi', type: 'boolean', value: true)
option('tracing',
type: 'boolean',
value: false,
description: 'Enable developer tracing information in logs')