mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
a762fa27db
commit
4ef16e34a8
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ option(
|
|||
'opengl',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
description : 'Build support for OpenGL (all versions)'
|
||||
description : 'Build support for desktop OpenGL'
|
||||
)
|
||||
|
||||
option(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue