diff options
Diffstat (limited to 'docs/egl.rst')
-rw-r--r-- | docs/egl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/egl.rst b/docs/egl.rst index ade5806d520..b697be5880a 100644 --- a/docs/egl.rst +++ b/docs/egl.rst @@ -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 |