mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Build pax11publish only if X11 is found
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
c57b68efde
commit
ce16b373b2
1 changed files with 13 additions and 11 deletions
|
|
@ -48,18 +48,20 @@ executable('pacmd',
|
|||
c_args : pa_c_args,
|
||||
)
|
||||
|
||||
pax11publish_sources = [
|
||||
'pax11publish.c',
|
||||
]
|
||||
if x11_dep.found()
|
||||
pax11publish_sources = [
|
||||
'pax11publish.c',
|
||||
]
|
||||
|
||||
executable('pax11publish',
|
||||
pax11publish_sources,
|
||||
install: true,
|
||||
include_directories : [configinc, topinc],
|
||||
link_with : [libpulsecommon, libpulse],
|
||||
dependencies : [x11_dep],
|
||||
c_args : pa_c_args,
|
||||
)
|
||||
executable('pax11publish',
|
||||
pax11publish_sources,
|
||||
install: true,
|
||||
include_directories : [configinc, topinc],
|
||||
link_with : [libpulsecommon, libpulse],
|
||||
dependencies : [x11_dep],
|
||||
c_args : pa_c_args,
|
||||
)
|
||||
endif
|
||||
|
||||
if cc.has_header('sys/soundcard.h')
|
||||
libpulsecommon_sources = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue