sway/meson_options.txt

5 lines
470 B
Meson
Raw Normal View History

2018-05-01 16:49:15 +02:00
option('instlibdir', type: 'string', description: 'Installation path for sway-internal executables, such as swaybg or swaybar. (Default: prefix/lib/sway)')
2017-11-30 14:31:13 +01: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 17:51:58 +01:00
option('zsh_completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')