mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-22 09:43:52 +03:00
a9edf6d360
* Initial man pages * Added meson option and script * Updated Dockerfiles
7 lines
606 B
Meson
7 lines
606 B
Meson
option('systemd-service', type: 'boolean', value: true, description: 'Install systemd user service unit.')
|
|
option('scripting', type: 'boolean', value: true, description: 'Enable notification scripting.')
|
|
option('man-pages', type: 'boolean', value: true, description: 'Install all man pages.')
|
|
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.')
|