mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
man: Don't install man page for start-pulseaudio-x11 if X11 is disabled.
Fixes https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/444
This commit is contained in:
parent
4e34ea65c2
commit
1c5007eb28
1 changed files with 6 additions and 1 deletions
|
|
@ -10,8 +10,13 @@ if get_option('daemon')
|
|||
['pulse-cli-syntax', '5'],
|
||||
['pulse-daemon.conf', '5'],
|
||||
['pulseaudio', '1'],
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
|
||||
if x11_dep.found()
|
||||
manpages += [
|
||||
['start-pulseaudio-x11', '1'],
|
||||
]
|
||||
endif
|
||||
endif
|
||||
|
||||
if get_option('client')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue