summaryrefslogtreecommitdiff
path: root/docs/opengles.rst
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:19:00 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commit6b334a84167377a4b9dfe4836b13fa66d2850217 (patch)
tree0720f9b9f91c749af8329a866bc24fcf3270881a /docs/opengles.rst
parentca615a4f16d3a2e1c5078aee7b83556a4121116a (diff)
downloadmesa-6b334a84167377a4b9dfe4836b13fa66d2850217.tar.gz
meson: use a feature option for gles2
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20409>
Diffstat (limited to 'docs/opengles.rst')
-rw-r--r--docs/opengles.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/opengles.rst b/docs/opengles.rst
index 0face23a999..4e1bf80e1d7 100644
--- a/docs/opengles.rst
+++ b/docs/opengles.rst
@@ -10,14 +10,14 @@ OpenGL ES depends on a working EGL implementation. Please refer to
Build the Libraries
-------------------
-#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=true`` and
+#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=enabled`` and
enable the Gallium driver for your hardware.
#. Build and install Mesa as usual.
Alternatively, if XCB-DRI2 is installed on the system, one can use
``egl_dri2`` EGL driver with OpenGL|ES-enabled DRI drivers
-#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=true``.
+#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=enabled``.
#. Build and install Mesa as usual.
Both methods will install libGLESv1_CM, libGLESv2, libEGL, and one or