Merge branch 'raop-get-info' into 'master'

Draft: module-raop-sink: Start with GET /info

See merge request pipewire/pipewire!1706
This commit is contained in:
Christian Glombek 2023-10-09 08:54:09 +00:00
commit 31a365b174
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'))