mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
|
@ -1 +1,3 @@
|
|||
install_data('_pulseaudio', install_dir : zshcompletiondir)
|
||||
if zshcompletiondir != 'no'
|
||||
install_data('_pulseaudio', install_dir : zshcompletiondir)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue