mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-04 15:51:13 +00:00
17 lines
438 B
Meson
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')
|