pipewire/spa/plugins/bluez5/meson.build
Wim Taymans 57e94f7bc4 monitor: remove enum_items
Make the monitor and device emit the info and items when the callbacks
are set. This makes it easier to implement the monitor because there
is much less state to keep around and invalidate etc.
Rework the monitors
Add bluez5 device
2018-11-26 12:18:53 +01:00

12 lines
324 B
Meson

bluez5_sources = ['plugin.c',
'a2dp-sink.c',
'bluez5-device.c',
'bluez5-monitor.c']
bluez5lib = shared_library('spa-bluez5',
bluez5_sources,
include_directories : [ spa_inc ],
dependencies : [ dbus_dep, sbc_dep ],
install : true,
install_dir : '@0@/spa/bluez5'.format(get_option('libdir')))