mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
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.
7 lines
730 B
Meson
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')
|