mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-30 21:37:53 -04:00
module-raop-sink: Start with GET /info
This commit is contained in:
parent
4823e573dc
commit
f9e541eee2
3 changed files with 85 additions and 5 deletions
|
|
@ -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'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue