sway-patched-tray-menu-github/meson_options.txt

7 lines
631 B
Meson
Raw Normal View History

2017-11-30 08:31:13 -05: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-11-30 11:51:58 -05:00
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
2018-07-27 17:50:33 +01:00
option('bash_completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
2018-08-26 18:53:51 +03:00
option('fish_completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
option('enable-xwayland', type: 'boolean', value: true, description: 'Enable support for X11 applications')