meson: allow to disable installing completions

This commit is contained in:
Timo Gurr 2019-11-07 12:50:56 +00:00 committed by Tanu Kaskinen
parent 5fdde3fa83
commit 7670dffe59
3 changed files with 23 additions and 19 deletions

View file

@ -1 +1,3 @@
install_data('_pulseaudio', install_dir : zshcompletiondir)
if zshcompletiondir != 'no'
install_data('_pulseaudio', install_dir : zshcompletiondir)
endif