GET /info

This commit is contained in:
Christian Glombek 2023-08-05 06:37:12 +02:00
parent cf2aac7039
commit b4b3a53384
4 changed files with 428 additions and 35 deletions

View file

@ -275,6 +275,7 @@ 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'))
drm_dep = dependency('libdrm', required : false)
readline_dep = dependency('readline', required : get_option('readline'))