docs: Drop some weird unhelpful text about DRI2.

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 <marek.olsak@amd.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33517>
This commit is contained in:
Emma Anholt 2022-11-22 16:03:22 -08:00 committed by Marge Bot
parent a3ddb223e2
commit 34fe896715

View file

@ -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