From b0a929960384ffebf3b4f693fa0db4231ed897d4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 10 Jul 2015 00:16:21 +0100 Subject: configure.ac: null,android,gdi are not valid egl-platforms ... and update the documentation to reflect reality. null and gdi are gone, and surfaceless is a recent addition. v2: s/platforms/platform/ (spotted by Thomas) Signed-off-by: Emil Velikov Reviewed-by: Thomas Helland --- docs/egl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/egl.html') diff --git a/docs/egl.html b/docs/egl.html index 3ab1a6018fd..bc21c6c4894 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,10 +88,10 @@ types such as EGLNativeDisplayType or EGLNativeWindowType defined for.

The available platforms are x11, drm, -wayland, null, android, -haiku, and gdi. The android platform +wayland, surfaceless, android, +and haiku. 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. +haiku platform can only be built with SCons. Unless for special needs, the build system should select the right platforms automatically.

-- cgit v1.2.3