1
1
mirror of https://github.com/swaywm/sway synced 2024-09-29 20:41:21 +02:00
sway/meson_options.txt
Rostislav Pehlivanov 2c0c3dc7cc Revert "Make the LIBDIR path configurable"
This reverts commit 1670b46bf6e56d37e69ab0fa32c6799e83397020.
2018-05-06 00:19:52 +01:00

4 lines
313 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.')