mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
stream-restore: Expose module to D-Bus.
This commit is contained in:
parent
805af5e801
commit
d9d166a691
2 changed files with 1055 additions and 5 deletions
|
|
@ -1536,6 +1536,11 @@ module_stream_restore_la_LDFLAGS = $(MODULE_LDFLAGS)
|
|||
module_stream_restore_la_LIBADD = $(AM_LIBADD) libprotocol-native.la libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
||||
module_stream_restore_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
if HAVE_DBUS
|
||||
module_stream_restore_la_LIBADD += $(DBUS_LIBS)
|
||||
module_stream_restore_la_CFLAGS += $(DBUS_CFLAGS)
|
||||
endif
|
||||
|
||||
# Card profile restore module
|
||||
module_card_restore_la_SOURCES = modules/module-card-restore.c
|
||||
module_card_restore_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue