mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
meson: Add systemd-login to core dependencies
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
50bb97261e
commit
caa2821ee2
1 changed files with 7 additions and 0 deletions
|
|
@ -216,6 +216,13 @@ if alsa_dep.found()
|
||||||
cdata.set('HAVE_ALSA_UCM', 1)
|
cdata.set('HAVE_ALSA_UCM', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
systemd_dep = dependency('libsystemd', required : false)
|
||||||
|
if systemd_dep.found()
|
||||||
|
cdata.set('HAVE_SYSTEMD_DAEMON', 1)
|
||||||
|
cdata.set('HAVE_SYSTEMD_LOGIN', 1)
|
||||||
|
cdata.set('HAVE_SYSTEMD_JOURNAL', 1)
|
||||||
|
endif
|
||||||
|
|
||||||
# FIXME: support ORC
|
# FIXME: support ORC
|
||||||
cdata.set('DISABLE_ORC', 1)
|
cdata.set('DISABLE_ORC', 1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue