summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-02-25 00:49:07 +0000
committerRobert Bragg <robert@linux.intel.com>2011-05-05 14:46:01 +0100
commit8399f5e61cd63960d154e2bc1c88c6cd7eb92a8c (patch)
treec611947680d361a0c4887cdf521855eb24731a3f /configure.ac
parentd832172988270013bf30145a60dd2ff24dba10ac (diff)
downloadcogl-8399f5e61cd63960d154e2bc1c88c6cd7eb92a8c.tar.gz
remove references to unused DRM_SURFACELESS EGL platform
The "DRM_SURFACELESS" EGL platform was invented when we were adding the wayland backend to Clutter but in the end we added a dedicated backend instead of extending the EGL backend so actually the platform name isn't used.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45bfe8c7..89c43da5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,7 +272,6 @@ AM_CONDITIONAL(SUPPORT_EGL, [false])
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_X11, [false])
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_NULL, [false])
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_GDL, [false])
-AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_DRM_SURFACELESS, [false])
AM_CONDITIONAL(SUPPORT_OSX, [false])
AM_CONDITIONAL(SUPPORT_WIN32, [false])
AM_CONDITIONAL(SUPPORT_CEX100, [false])