From 4ef16e34a8a1f15ef5596b68cc0772fb29c5fe7b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 12 Jul 2023 11:28:00 +0100 Subject: [PATCH] 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 Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(