From 34fe89671578837d25712b3c78097b9c4c3570e1 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 22 Nov 2022 16:03:22 -0800 Subject: [PATCH] docs: Drop some weird unhelpful text about DRI2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both instructions for building were the same, and there's not much sense in calling out just xcb-dri2 out of all the deps there are. Reviewed-by: Marek Olšák Reviewed-by: Adam Jackson Part-of: --- docs/opengles.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/opengles.rst b/docs/opengles.rst index c471d5573f0..a9cf1483b08 100644 --- a/docs/opengles.rst +++ b/docs/opengles.rst @@ -15,13 +15,7 @@ Build the Libraries 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=enabled``. -#. Build and install Mesa as usual. - -Both methods will install libGLESv1_CM, libGLESv2, libEGL, and one or +This will install libGLESv1_CM, libGLESv2, libEGL, and one or more EGL drivers for your hardware. Run the Demos