mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: allow building client libraries only
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/540>
This commit is contained in:
parent
1a73fb9eb9
commit
424580a901
9 changed files with 291 additions and 188 deletions
|
|
@ -1,18 +1,25 @@
|
|||
|
||||
# man page name, section, [aliases]
|
||||
manpages = [
|
||||
['default.pa', '5'],
|
||||
manpages = []
|
||||
|
||||
if get_option('daemon')
|
||||
manpages += [
|
||||
['default.pa', '5'],
|
||||
['pacmd', '1'],
|
||||
['pasuspender', '1'],
|
||||
['pulse-cli-syntax', '5'],
|
||||
['pulse-daemon.conf', '5'],
|
||||
['pulseaudio', '1'],
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
endif
|
||||
|
||||
manpages += [
|
||||
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
|
||||
['pacmd', '1'],
|
||||
['pactl', '1'],
|
||||
['padsp', '1'],
|
||||
['pasuspender', '1'],
|
||||
['pax11publish', '1'],
|
||||
['pulse-cli-syntax', '5'],
|
||||
['pulse-client.conf', '5'],
|
||||
['pulse-daemon.conf', '5'],
|
||||
['pulseaudio', '1'],
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
|
||||
# FIXME: Add esdcompat if HAVE_ESOUND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue