egl: automatically compile the `drm` platform when available
[mesa.git] / docs / egl.rst
index b697be5880a461ab1f6614c9b56a83b0828237cc..6072cd773c00f633c6d8e24c8fe90db9ae96ce80 100644 (file)
@@ -49,11 +49,11 @@ time
 
 ``-D platforms=...``
    List the platforms (window systems) to support. Its argument is a
-   comma separated string such as ``-D platforms=x11,drm``. It decides
+   comma separated string such as ``-D platforms=x11,wayland``. It decides
    the platforms a driver may support. The first listed platform is also
    used by the main library to decide the native platform.
 
-   The available platforms are ``x11``, ``drm``, ``wayland``,
+   The available platforms are ``x11``, ``wayland``,
    ``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.