mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 10:57:50 +03:00
meson: add gdk-pixbuf and man-pages options
This commit is contained in:
parent
08a5b304e4
commit
ba16f16e4d
2 changed files with 4 additions and 3 deletions
|
@ -7,3 +7,5 @@ option('bash-completions', type: 'boolean', value: true, description: 'Install b
|
|||
option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
|
||||
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')
|
||||
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue