mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
meson: Enable dbus-protocol module
This is similar to alsa and rtp modules. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
8bc6e40daf
commit
7f320318ff
2 changed files with 41 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ all_modules = [
|
|||
# [ 'module-console-kit', 'module-console-kit.c' ],
|
||||
# [ 'module-coreaudio-detect', 'macosx/module-coreaudio-detect.c' ],
|
||||
# [ 'module-coreaudio-device', 'macosx/module-coreaudio-device.c' ],
|
||||
# [ 'module-dbus-protocol', 'module-dbus-protocol.c' ]
|
||||
[ 'module-default-device-restore', 'module-default-device-restore.c', [], [], [], libprotocol_native ],
|
||||
[ 'module-detect', 'module-detect.c' ],
|
||||
[ 'module-device-manager', 'module-device-manager.c', [], [], [], libprotocol_native ],
|
||||
|
|
@ -100,6 +99,13 @@ if alsa_dep.found()
|
|||
]
|
||||
endif
|
||||
|
||||
if dbus_dep.found()
|
||||
subdir('dbus')
|
||||
all_modules += [
|
||||
[ 'module-dbus-protocol', 'dbus/module-dbus-protocol.c', [], [], [dbus_dep], libdbus_util ],
|
||||
]
|
||||
endif
|
||||
|
||||
if fftw_dep.found()
|
||||
all_modules += [
|
||||
[ 'module-equalizer-sink', 'module-equalizer-sink.c', [], [], [dbus_dep, fftw_dep, libm_dep] ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue