mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 10:57:50 +03:00
Add meson options to enable/disable swaybar and swaynag
This commit is contained in:
parent
96102184ab
commit
2024725cc0
2 changed files with 29 additions and 7 deletions
|
@ -2,6 +2,8 @@ option('default-wallpaper', type: 'boolean', value: true, description: 'Install
|
|||
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('swaybar', type: 'boolean', value: true, description: 'Enable support for swaybar')
|
||||
option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag')
|
||||
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
||||
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')
|
||||
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue