summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-07-12 11:28:00 +0100
committerMarge Bot <emma+marge@anholt.net>2023-07-12 12:24:43 +0000
commit4ef16e34a8a1f15ef5596b68cc0772fb29c5fe7b (patch)
tree9b239a26a880034095629803816ba2cedd78491c /meson_options.txt
parenta762fa27db35f5852e42a234026c58cf14ca2f6f (diff)
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>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 384f984ad57..9639c516d49 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -316,7 +316,7 @@ option(
'opengl',
type : 'boolean',
value : true,
- description : 'Build support for OpenGL (all versions)'
+ description : 'Build support for desktop OpenGL'
)
option(