swayfx/meson_options.txt

4 lines
313 B
Meson
Raw Normal View History

2017-12-01 00:31:13 +11:00
option('sway_version', type : 'string', description: 'The version string reported in `sway --version`.')
option('default_wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
2017-12-01 03:51:58 +11:00
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')