summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-07-10 00:16:21 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-08-01 15:40:44 +0100
commitb0a929960384ffebf3b4f693fa0db4231ed897d4 (patch)
treec1d92a75bfd1ed08ee9bcb437b61dd45ba2ca732 /configure.ac
parent5d29eaef85c15663cde317c2df58ea81637c53f9 (diff)
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 <emil.l.velikov@gmail.com> Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 480018ac536..6636ee4769f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1763,9 +1763,6 @@ for plat in $egl_platforms; do
AC_MSG_ERROR([EGL platform surfaceless requires libdrm >= $LIBDRM_REQUIRED])
;;
- android|gdi|null)
- ;;
-
*)
AC_MSG_ERROR([EGL platform '$plat' does not exist])
;;