mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
update upstream-2021-08-15
This commit is contained in:
parent
c8653c13fa
commit
1703683def
297 changed files with 91782 additions and 54869 deletions
|
|
@ -1,13 +1,20 @@
|
|||
if bashcompletiondir != 'no'
|
||||
aliases = [
|
||||
aliases = []
|
||||
|
||||
if get_option('daemon')
|
||||
aliases += [
|
||||
'pacmd',
|
||||
'pasuspender',
|
||||
]
|
||||
endif
|
||||
|
||||
aliases += [
|
||||
'pacat',
|
||||
'pacmd',
|
||||
'pactl',
|
||||
'padsp',
|
||||
'paplay',
|
||||
'parec',
|
||||
'parecord',
|
||||
'pasuspender',
|
||||
]
|
||||
|
||||
install_data('pulseaudio', install_dir : bashcompletiondir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue