mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: allow to disable installing completions
This commit is contained in:
parent
5fdde3fa83
commit
7670dffe59
3 changed files with 23 additions and 19 deletions
|
|
@ -56,10 +56,10 @@ option('udevrulesdir',
|
|||
description : 'Directory for udev rules (defaults to /lib/udev/rules.d)')
|
||||
option('bashcompletiondir',
|
||||
type : 'string',
|
||||
description : 'Directory for bash completion files')
|
||||
description : 'Directory for bash completion scripts ["no" disables]')
|
||||
option('zshcompletiondir',
|
||||
type : 'string',
|
||||
description : 'Zsh completions directory')
|
||||
description : 'Directory for zsh completion scripts ["no" disables]')
|
||||
|
||||
# Optional features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue