SwayNotificationCenter/meson_options.txt
nightly brew 4e35be8626
Add Dbus activation service and systemd unit file (#50)
* Provide dbus and systemd service files by default

* Split ExecReload command in two, since swaync-client only handles one argument per run.

Co-authored-by: nightly-brew <>
2022-01-05 19:54:09 +01:00

5 lines
420 B
Meson

option('systemd-service', type: 'boolean', value: true, description: 'Install systemd user service unit.')
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.')