gnome-shell/subprojects/extensions-tool/meson_options.txt

18 lines
328 B
Meson
Raw Permalink Normal View History

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'
)