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,9 +10,14 @@ if get_option('daemon')
|
||||||
['pulse-cli-syntax', '5'],
|
['pulse-cli-syntax', '5'],
|
||||||
['pulse-daemon.conf', '5'],
|
['pulse-daemon.conf', '5'],
|
||||||
['pulseaudio', '1'],
|
['pulseaudio', '1'],
|
||||||
|
]
|
||||||
|
|
||||||
|
if x11_dep.found()
|
||||||
|
manpages += [
|
||||||
['start-pulseaudio-x11', '1'],
|
['start-pulseaudio-x11', '1'],
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
if get_option('client')
|
if get_option('client')
|
||||||
manpages += [
|
manpages += [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue