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:

committed by
Marge Bot

parent
a762fa27db
commit
4ef16e34a8
@@ -316,7 +316,7 @@ option(
|
|||||||
'opengl',
|
'opengl',
|
||||||
type : 'boolean',
|
type : 'boolean',
|
||||||
value : true,
|
value : true,
|
||||||
description : 'Build support for OpenGL (all versions)'
|
description : 'Build support for desktop OpenGL'
|
||||||
)
|
)
|
||||||
|
|
||||||
option(
|
option(
|
||||||
|
Reference in New Issue
Block a user