mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Install completion files
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
a37046cc38
commit
8d241d62c5
4 changed files with 43 additions and 2 deletions
17
shell-completion/bash/meson.build
Normal file
17
shell-completion/bash/meson.build
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
aliases = [
|
||||
'pacat',
|
||||
'pacmd',
|
||||
'pactl',
|
||||
'padsp',
|
||||
'paplay',
|
||||
'parec',
|
||||
'parecord',
|
||||
'pasuspender',
|
||||
]
|
||||
|
||||
install_data('pulseaudio', install_dir : bashcompletiondir)
|
||||
|
||||
foreach alias : aliases
|
||||
dst = join_paths(bashcompletiondir, alias)
|
||||
meson.add_install_script('ln', '-fs', 'pulseaudio', dst)
|
||||
endforeach
|
||||
1
shell-completion/zsh/meson.build
Normal file
1
shell-completion/zsh/meson.build
Normal file
|
|
@ -0,0 +1 @@
|
|||
install_data('_pulseaudio', install_dir : zshcompletiondir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue