mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-01-01 11:08:36 -05: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
|
|
@ -14,6 +14,7 @@ if get_option('daemon')
|
|||
]
|
||||
endif
|
||||
|
||||
if not get_option('daemon-only')
|
||||
manpages += [
|
||||
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
|
||||
['pactl', '1'],
|
||||
|
|
@ -31,6 +32,7 @@ if x11_dep.found()
|
|||
['pax11publish', '1'],
|
||||
]
|
||||
endif
|
||||
endif
|
||||
|
||||
# FIXME: Add esdcompat if HAVE_ESOUND
|
||||
#manpages += ['esdcompat', '1'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue