diff options
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/egl.html b/docs/egl.html index a715a3ad31d..d46181ec279 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,7 +88,7 @@ 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>fbdev</code>, and <code>gdi</code>. The <code>gdi</code> platform can +and <code>gdi</code>. The <code>gdi</code> platform can only be built with SCons. Unless for special needs, the build system should select the right platforms automatically.</p> |