mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: Rearrange shell completion between daemon and client
Rename bash completion file to pactl and install it with client build. Completions specific to daemon are now just symlinks, create target directory first to install them. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
This commit is contained in:
parent
80c0a497d3
commit
5f43173209
4 changed files with 22 additions and 16 deletions
|
|
@ -837,9 +837,7 @@ if get_option('man')
|
|||
subdir('man')
|
||||
endif
|
||||
subdir('shell-completion/bash')
|
||||
if get_option('client')
|
||||
subdir('shell-completion/zsh')
|
||||
endif
|
||||
subdir('shell-completion/zsh')
|
||||
subdir('src')
|
||||
if get_option('client')
|
||||
subdir('vala')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue