mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Add bluez5 plugins
This commit is contained in:
parent
4a57f88345
commit
7d5f302f93
12 changed files with 3809 additions and 0 deletions
12
spa/plugins/bluez5/meson.build
Normal file
12
spa/plugins/bluez5/meson.build
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
bluez5_sources = ['plugin.c',
|
||||
'a2dp-sink.c',
|
||||
'bluez5-monitor.c']
|
||||
|
||||
bluez5lib = shared_library('spa-bluez5',
|
||||
bluez5_sources,
|
||||
include_directories : [ spa_inc, spa_libinc ],
|
||||
dependencies : [ dbus_dep, sbc_dep ],
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/bluez5'.format(get_option('libdir')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue