diff options
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/egl.html b/docs/egl.html index 3ab1a6018fd..bc21c6c4894 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,10 +88,10 @@ types such as <code>EGLNativeDisplayType</code> or <code>EGLNativeWindowType</code> defined for.</p> <p>The available platforms are <code>x11</code>, <code>drm</code>, -<code>wayland</code>, <code>null</code>, <code>android</code>, -<code>haiku</code>, and <code>gdi</code>. The <code>android</code> platform +<code>wayland</code>, <code>surfaceless</code>, <code>android</code>, +and <code>haiku</code>. The <code>android</code> platform can only be built as a system component, part of AOSP, while the -<code>haiku</code> and <code>gdi</code> platforms can only be built with SCons. +<code>haiku</code> platform can only be built with SCons. Unless for special needs, the build system should select the right platforms automatically.</p> |