diff mbox series

[2/3] meson: List if X11 dependency is detected

Message ID 20210525104648.4060904-3-philmd@redhat.com
State New
Headers show
Series meson: Minor improvements | expand

Commit Message

Philippe Mathieu-Daudé May 25, 2021, 10:46 a.m. UTC
It is sometimes useful to know if X11 is detected.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

Comments

Richard Henderson May 25, 2021, 11:19 p.m. UTC | #1
On 5/25/21 3:46 AM, Philippe Mathieu-Daudé wrote:
> It is sometimes useful to know if X11 is detected.
> 
> Signed-off-by: Philippe Mathieu-Daudé<philmd@redhat.com>
> ---
>   meson.build | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
diff mbox series

Patch

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