module-raop-sink: Start with GET /info

This commit is contained in:
Christian Glombek 2023-09-23 20:32:09 +02:00
parent 4823e573dc
commit f9e541eee2
3 changed files with 85 additions and 5 deletions

View file

@ -275,6 +275,8 @@ summary({'dbus (Bluetooth, rt, portal, pw-reserve)': dbus_dep.found()}, bool_yn:
cdata.set('HAVE_DBUS', dbus_dep.found())
sdl_dep = dependency('sdl2', required : get_option('sdl2'))
summary({'SDL2 (video examples)': sdl_dep.found()}, bool_yn: true, section: 'Misc dependencies')
plist_lib = dependency('libplist-2.0', required: get_option('raop'))
summary({'libplist (RAOP)': plist_lib.found()}, bool_yn: true, section: 'Misc dependencies')
drm_dep = dependency('libdrm', required : false)
readline_dep = dependency('readline', required : get_option('readline'))