mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
meson: Make systemd-login module depend on systemd
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
ec46f73f56
commit
026768311b
1 changed files with 6 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ all_modules = [
|
|||
[ 'module-suspend-on-idle', 'module-suspend-on-idle.c' ],
|
||||
[ 'module-switch-on-connect', 'module-switch-on-connect.c' ],
|
||||
[ 'module-switch-on-port-available', 'module-switch-on-port-available.c' ],
|
||||
[ 'module-systemd-login', 'module-systemd-login.c' ],
|
||||
[ 'module-tunnel-sink', 'module-tunnel.c' ],
|
||||
[ 'module-tunnel-sink-new', 'module-tunnel-sink-new.c' ],
|
||||
[ 'module-tunnel-source', 'module-tunnel.c' ],
|
||||
|
|
@ -100,6 +99,12 @@ if alsa_dep.found()
|
|||
]
|
||||
endif
|
||||
|
||||
if systemd_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-systemd-login', 'module-systemd-login.c', [], [], [systemd_dep] ],
|
||||
]
|
||||
endif
|
||||
|
||||
if udev_dep.found()
|
||||
all_modules += [ [ 'module-udev-detect', 'module-udev-detect.c', [], [], [udev_dep] ] ]
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue