mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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)
|
||||
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
|
||||
cdata.set('DISABLE_ORC', 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue