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.