egl: always compile surfaceless
[mesa.git] / docs / egl.rst
index 9b7f2c035a2fbf8616526dc5ea82138ca7bd2c37..b697be5880a461ab1f6614c9b56a83b0828237cc 100644 (file)
@@ -18,7 +18,7 @@ Build EGL
 #. Configure your build with the desired client APIs and enable the
    driver for your hardware. For example:
 
-   ::
+   .. code-block:: console
 
       $ meson configure \
               -D egl=true \
@@ -28,7 +28,7 @@ Build EGL
               -D gallium-drivers=...
 
    The main library and OpenGL is enabled by default. The first two
-   options above enables `OpenGL ES 1.x and 2.x <opengles.html>`__. The
+   options above enables :doc:`OpenGL ES 1.x and 2.x <opengles>`. The
    last two options enables the listed classic and Gallium drivers
    respectively.
 
@@ -54,7 +54,7 @@ time
    used by the main library to decide the native platform.
 
    The available platforms are ``x11``, ``drm``, ``wayland``,
-   ``surfaceless``, ``android``, and ``haiku``. The ``android`` platform
+   ``android``, and ``haiku``. The ``android`` platform
    can either be built as a system component, part of AOSP, using
    ``Android.mk`` files, or cross-compiled using appropriate options.
    Unless for special needs, the build system should select the right