libmks/meson_options.txt

17 lines
438 B
Meson
Raw Normal View History

option('install-tools', type: 'boolean', value: false)
2023-03-29 22:24:06 +00:00
option('docs',
type: 'boolean', value: false,
description: 'Build reference manual')
option('introspection',
type: 'feature', value: 'auto',
description: 'Generate gir data')
2023-04-17 10:33:33 +00:00
option('vapi', type: 'boolean', value: true)
option('tracing',
type: 'boolean',
value: false,
description: 'Enable developer tracing information in logs')