meson: Build pax11publish only if X11 is found

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-09 11:53:04 +07:00 committed by Arun Raghavan
parent c57b68efde
commit ce16b373b2

View file

@ -48,6 +48,7 @@ executable('pacmd',
c_args : pa_c_args,
)
if x11_dep.found()
pax11publish_sources = [
'pax11publish.c',
]
@ -60,6 +61,7 @@ executable('pax11publish',
dependencies : [x11_dep],
c_args : pa_c_args,
)
endif
if cc.has_header('sys/soundcard.h')
libpulsecommon_sources = [