toolbox/meson_options.txt

27 lines
570 B
Meson
Raw Normal View History

option(
'migration_path_for_coreos_toolbox',
description: 'Offer a migration path to users of github.com/coreos/toolbox',
type: 'boolean',
value: false
)
option(
'profile_dir',
description: 'Directory for profile.d files to be read by the shell on start-up',
type: 'string',
value: '/usr/share/profile.d'
)
option(
'tmpfiles_dir',
description: 'Directory for system-wide tmpfiles.d(5) files',
type: 'string',
)
option(
'install_completions',
description: 'Install bash, zsh and fish command completions',
type: 'boolean',
value: true,
)