meson: clarify description of opengl option

There was some confusion from users as to whether disabling this option
disables OpenGL ES as well, so let's remove the confusing "all versions"
note and specify this affects "desktop OpenGL" only.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24113>
This commit is contained in:
Eric Engestrom
2023-07-12 11:28:00 +01:00
committed by Marge Bot
parent a762fa27db
commit 4ef16e34a8

View File

@@ -316,7 +316,7 @@ option(
'opengl',
type : 'boolean',
value : true,
description : 'Build support for OpenGL (all versions)'
description : 'Build support for desktop OpenGL'
)
option(