From 55029b2bab707616eb8a296e1d67cbedde0985b3 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 14 Mar 2015 22:36:29 +0000 Subject: [PATCH] docs: update the egl_platforms list Add the missing wayland, null, android and haiku platforms. Signed-off-by: Emil Velikov Acked-by: Matt Turner --- docs/egl.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.

-- 2.7.4