From 8399f5e61cd63960d154e2bc1c88c6cd7eb92a8c Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 25 Feb 2011 00:49:07 +0000 Subject: [PATCH] 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. --- cogl/Makefile.am | 5 ----- configure.ac | 1 - 2 files changed, 6 deletions(-) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index a9d1d0783..426b59ae0 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -345,11 +345,6 @@ cogl_sources_c += \ $(srcdir)/winsys/cogl-winsys-egl.c \ $(srcdir)/winsys/cogl-winsys-stub.c endif -if SUPPORT_EGL_PLATFORM_DRM_SURFACELESS -cogl_sources_c += \ - $(srcdir)/winsys/cogl-winsys-egl.c \ - $(srcdir)/winsys/cogl-winsys-stub.c -endif if SUPPORT_WIN32 cogl_sources_c += \ $(srcdir)/winsys/cogl-winsys-win32.c \ diff --git a/configure.ac b/configure.ac index 45bfe8c72..89c43da56 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])