It is sometimes useful to know if X11 is detected. Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- meson.build | 1 + 1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build index 2a7d69cf428..5ca1bd36292 100644 --- a/meson.build +++ b/meson.build @@ -2671,6 +2671,7 @@ summary_info += {'SDL support': sdl.found()} summary_info += {'SDL image support': sdl_image.found()} # TODO: add back version +summary_info += {'X11 support': x11.found()} summary_info += {'GTK support': gtk.found()} summary_info += {'pixman': pixman.found()} # TODO: add back version -- 2.26.3