mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-22 09:43:52 +03:00
8 lines
701 B
Meson
8 lines
701 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('pulse-audio', type: 'boolean', value: true, description: 'Provide PulseAudio Widget.')
|
|
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.')
|