From a5f1f39bf7d1cc84ac6c8a73feec20130d00bda6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 1 Apr 2024 11:11:09 +0100 Subject: [PATCH] docs/egl: various wording improvements Drop mention of the option for classic drivers, be clearer about which options enable gles1 and 2+, mention that it's 2+ and not just 2, be clearer when we say "main library" that we're talking about the EGL lib, and some grammar fixes. Part-of: --- docs/egl.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/egl.rst b/docs/egl.rst index 082b389b5b2..6a9bbd6645e 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -26,10 +26,9 @@ Build EGL -D gles2=enabled \ -D gallium-drivers=... - The main library and OpenGL is enabled by default. The first two - options above enables :doc:`OpenGL ES 1.x and 2.x `. The - last two options enables the listed classic and Gallium drivers - respectively. + The main EGL library and OpenGL are enabled by default. The two + ``gles*`` options after enable :doc:`OpenGL ES 1.x and 2.x+ + `. The last option enables the listed Gallium drivers. #. Build and install Mesa as usual.