From: Emil Velikov Date: Sat, 14 Mar 2015 22:36:29 +0000 (+0000) Subject: docs: update the egl_platforms list X-Git-Tag: upstream/17.1.0~19919 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55029b2bab707616eb8a296e1d67cbedde0985b3;p=platform%2Fupstream%2Fmesa.git docs: update the egl_platforms list Add the missing wayland, null, android and haiku platforms. Signed-off-by: Emil Velikov Acked-by: Matt Turner --- diff --git a/docs/egl.html b/docs/egl.html index d46181e..d946bb0 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,8 +88,11 @@ types such as EGLNativeDisplayType or EGLNativeWindowType defined for.

The available platforms are x11, drm, -and gdi. The gdi platform can -only be built with SCons. Unless for special needs, the build system should +wayland, null, android, +haiku, and gdi. The android platform +can only be built as a system component, part of AOSP, while the +haiku and gdi platforms can only be built with SCons. +Unless for special needs, the build system should select the right platforms automatically.