From b1a989f62e823bcb9d441f6e1a4aa2706f7bebdf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 21 Jan 2022 16:29:29 +0100 Subject: [PATCH] meson: improve SDL2 summary --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ba5c13d5b..2a99da0e2 100644 --- a/meson.build +++ b/meson.build @@ -328,7 +328,7 @@ if dbus_dep.found() cdata.set('HAVE_DBUS', 1) endif sdl_dep = dependency('sdl2', required : get_option('sdl2')) -summary({'SDL 2': sdl_dep.found()}, bool_yn: true, section: 'Misc dependencies') +summary({'SDL2 (video examples)': sdl_dep.found()}, bool_yn: true, section: 'Misc dependencies') drm_dep = dependency('libdrm', required : false) readline_dep = dependency('readline', required : false)