diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:29 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:16:44 +0000 |
commit | 55029b2bab707616eb8a296e1d67cbedde0985b3 (patch) | |
tree | 1e53a017a7e569383a00ab78d0a7bb513684bf02 /docs/egl.html | |
parent | 0d6e7620f35331be301ec3177c0d9236838a845b (diff) |
docs: update the egl_platforms list
Add the missing wayland, null, android and haiku platforms.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html index d46181ec279..d946bb0ae38 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,8 +88,11 @@ types such as <code>EGLNativeDisplayType</code> or <code>EGLNativeWindowType</code> defined for.</p> <p>The available platforms are <code>x11</code>, <code>drm</code>, -and <code>gdi</code>. The <code>gdi</code> platform can -only be built with SCons. Unless for special needs, the build system should +<code>wayland</code>, <code>null</code>, <code>android</code>, +<code>haiku</code>, and <code>gdi</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. +Unless for special needs, the build system should select the right platforms automatically.</p> </dd> |