summaryrefslogtreecommitdiffstats
path: root/docs/egl.html
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-14 22:36:28 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 17:16:41 +0000
commit0d6e7620f35331be301ec3177c0d9236838a845b (patch)
treeb04e8bcecf7a837df9d035fdbde7dc9ce070f9ab /docs/egl.html
parent65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (diff)
downloadexternal_mesa3d-0d6e7620f35331be301ec3177c0d9236838a845b.zip
external_mesa3d-0d6e7620f35331be301ec3177c0d9236838a845b.tar.gz
external_mesa3d-0d6e7620f35331be301ec3177c0d9236838a845b.tar.bz2
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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/egl.html b/docs/egl.html
index a715a3a..d46181e 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>