mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: Allow building the daemon only
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
This commit is contained in:
parent
a67f894775
commit
4cf4a1fd5b
10 changed files with 54 additions and 16 deletions
|
|
@ -8,6 +8,7 @@ if bashcompletiondir != 'no'
|
|||
]
|
||||
endif
|
||||
|
||||
if not get_option('daemon-only')
|
||||
aliases += [
|
||||
'pacat',
|
||||
'pactl',
|
||||
|
|
@ -16,6 +17,7 @@ if bashcompletiondir != 'no'
|
|||
'parec',
|
||||
'parecord',
|
||||
]
|
||||
endif
|
||||
|
||||
install_data('pulseaudio', install_dir : bashcompletiondir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue