sway/meson_options.txt
random human f146ee2820
Add test to run sway
Sets the PATH variable correctly so that it finds the auxilliary
executables.
To use: run "meson test -v sway" in the build directory.

Added an "interactive-tests" option for when actual tests are added.
2018-09-01 14:46:40 +05:30

7 lines
730 B
Meson

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.')
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
option('bash_completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
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')
option('interactive-tests', type: 'boolean', value: true, description: 'Enable interactive tests')