diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-14 22:36:28 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-21 17:16:41 +0000 |
commit | 0d6e7620f35331be301ec3177c0d9236838a845b (patch) | |
tree | b04e8bcecf7a837df9d035fdbde7dc9ce070f9ab /docs/egl.html | |
parent | 65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (diff) |
egl/main: drop platform fbdev specific code
st/egl was the only one which had support for this platform.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
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 a715a3ad31..d46181ec27 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> |