build-sys: meson: Fix indentation in daemon/client blocks

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
This commit is contained in:
Igor V. Kovalenko 2021-11-05 01:52:38 +03:00 committed by PulseAudio Marge Bot
parent 5f43173209
commit 5fcc70e2e8
4 changed files with 172 additions and 173 deletions

View file

@ -15,23 +15,23 @@ if get_option('daemon')
endif
if get_option('client')
manpages += [
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
['pactl', '1'],
['pulse-client.conf', '5'],
]
if cdata.has('HAVE_OSS_WRAPPER')
manpages += [
['padsp', '1'],
['pacat', '1', ['paplay', 'parec', 'parecord', 'pamon']],
['pactl', '1'],
['pulse-client.conf', '5'],
]
endif
if x11_dep.found()
manpages += [
['pax11publish', '1'],
]
endif
if cdata.has('HAVE_OSS_WRAPPER')
manpages += [
['padsp', '1'],
]
endif
if x11_dep.found()
manpages += [
['pax11publish', '1'],
]
endif
endif
# FIXME: Add esdcompat if HAVE_ESOUND