meson: report with_glvnd in summary

GLVND *really* kinda belongs in *both* GLX and EGL, but it feels silly
to repeat the same setting. So let's just report it under the GL
section, as that's generic enough to apply to both of other sections.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24317>
This commit is contained in:
Erik Faye-Lund
2023-07-25 16:43:51 +02:00
committed by Marge Bot
parent 365b14489d
commit 9709ae4cc6

View File

@@ -2165,6 +2165,7 @@ summary(
'ES1': with_gles1,
'ES2': with_gles2,
'Shared glapi': with_shared_glapi,
'GLVND': with_glvnd,
},
section: 'OpenGL', bool_yn: true
)