summaryrefslogtreecommitdiff
path: root/docs/opengles.rst
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2022-12-20 15:17:13 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-19 16:29:03 +0000
commitca615a4f16d3a2e1c5078aee7b83556a4121116a (patch)
treea0e843b1eaf4ad8bc0e5603dd481afca689cff47 /docs/opengles.rst
parent80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd (diff)
downloadmesa-ca615a4f16d3a2e1c5078aee7b83556a4121116a.tar.gz
meson: use a feature option for gles1
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 b16e752b549..0face23a999 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=true -D gles2=true`` and
+#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=true`` 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=true -D gles2=true``.
+#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=true``.
#. Build and install Mesa as usual.
Both methods will install libGLESv1_CM, libGLESv2, libEGL, and one or