mirror of
https://github.com/swaywm/sway.git
synced 2026-05-05 06:46:49 -04:00
make xwayland optional
This commit is contained in:
parent
b1e72461cf
commit
e8b9c5208e
16 changed files with 75 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
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('enable-xwayland', type: 'boolean', value: true, description: 'Enable support X11 applications')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue