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.
This commit is contained in:
parent
d832172988
commit
8399f5e61c
@ -345,11 +345,6 @@ cogl_sources_c += \
|
|||||||
$(srcdir)/winsys/cogl-winsys-egl.c \
|
$(srcdir)/winsys/cogl-winsys-egl.c \
|
||||||
$(srcdir)/winsys/cogl-winsys-stub.c
|
$(srcdir)/winsys/cogl-winsys-stub.c
|
||||||
endif
|
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
|
if SUPPORT_WIN32
|
||||||
cogl_sources_c += \
|
cogl_sources_c += \
|
||||||
$(srcdir)/winsys/cogl-winsys-win32.c \
|
$(srcdir)/winsys/cogl-winsys-win32.c \
|
||||||
|
@ -272,7 +272,6 @@ AM_CONDITIONAL(SUPPORT_EGL, [false])
|
|||||||
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_X11, [false])
|
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_X11, [false])
|
||||||
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_NULL, [false])
|
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_NULL, [false])
|
||||||
AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_GDL, [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_OSX, [false])
|
||||||
AM_CONDITIONAL(SUPPORT_WIN32, [false])
|
AM_CONDITIONAL(SUPPORT_WIN32, [false])
|
||||||
AM_CONDITIONAL(SUPPORT_CEX100, [false])
|
AM_CONDITIONAL(SUPPORT_CEX100, [false])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user