1
0
Fork 0
gnome-shell/subprojects/extensions-tool/meson_options.txt
Daniel Baumann 1fcdbd5df9
Adding upstream version 48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:26:11 +02:00

17 lines
328 B
Meson

option('man',
type: 'boolean',
value: true,
description: 'Generate man pages',
yield: true,
)
option('bash_completion',
type: 'feature',
value: 'auto',
description: 'Install bash completion support',
)
option('package_name',
type: 'string',
description: 'The gettext domain name when used as a subproject'
)