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:
parent
365b14489d
commit
9709ae4cc6
1 changed files with 1 additions and 0 deletions
|
|
@ -2165,6 +2165,7 @@ summary(
|
|||
'ES1': with_gles1,
|
||||
'ES2': with_gles2,
|
||||
'Shared glapi': with_shared_glapi,
|
||||
'GLVND': with_glvnd,
|
||||
},
|
||||
section: 'OpenGL', bool_yn: true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue