mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: add abstraction for local DBus object manager
Add framework for exposing local objects via DBus object manager interfaces.
This commit is contained in:
parent
3bfee14d7f
commit
57956ad100
3 changed files with 876 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ bluez5_sources = [
|
|||
'player.c',
|
||||
'bluez5-device.c',
|
||||
'bluez5-dbus.c',
|
||||
'hci.c'
|
||||
'hci.c',
|
||||
'dbus-manager.c',
|
||||
]
|
||||
|
||||
bluez5_data = ['bluez-hardware.conf']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue