mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-24 06:59:57 -05:00
bluetooth: Create module-bluez5-device
This commit is contained in:
parent
a5fdf965ed
commit
384f4751eb
2 changed files with 51 additions and 1 deletions
|
|
@ -1335,7 +1335,8 @@ endif
|
|||
if HAVE_BLUEZ_5
|
||||
modlibexec_LTLIBRARIES += \
|
||||
libbluez5-util.la \
|
||||
module-bluez5-discover.la
|
||||
module-bluez5-discover.la \
|
||||
module-bluez5-device.la
|
||||
endif
|
||||
|
||||
if HAVE_OPENSSL
|
||||
|
|
@ -1428,6 +1429,7 @@ SYMDEF_FILES = \
|
|||
module-bluez4-discover-symdef.h \
|
||||
module-bluez4-device-symdef.h \
|
||||
module-bluez5-discover-symdef.h \
|
||||
module-bluez5-device-symdef.h \
|
||||
module-raop-sink-symdef.h \
|
||||
module-raop-discover-symdef.h \
|
||||
module-gconf-symdef.h \
|
||||
|
|
@ -2062,6 +2064,11 @@ module_bluez5_discover_la_LDFLAGS = $(MODULE_LDFLAGS)
|
|||
module_bluez5_discover_la_LIBADD = $(MODULE_LIBADD) $(DBUS_LIBS) libbluez5-util.la
|
||||
module_bluez5_discover_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||
|
||||
module_bluez5_device_la_SOURCES = modules/bluetooth/module-bluez5-device.c
|
||||
module_bluez5_device_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_bluez5_device_la_LIBADD = $(MODULE_LIBADD) $(SBC_LIBS) libbluez5-util.la
|
||||
module_bluez5_device_la_CFLAGS = $(AM_CFLAGS) $(SBC_CFLAGS)
|
||||
|
||||
# Apple Airtunes/RAOP
|
||||
module_raop_sink_la_SOURCES = modules/raop/module-raop-sink.c
|
||||
module_raop_sink_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue