[Mesa-dev] [PATCH 19/25] configure.ac: remove unused HAVE_EGL_PLATFORM_NULL conditional
Emil Velikov
emil.l.velikov at gmail.com
Thu Apr 21 13:16:19 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Afaict the last user was based on st/egl.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Note: there's still a bit more work needed in the area. I've
deliberatelly stopped here as it's going on a targent from the original
goal.
-Emil
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3856105..2f1a107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1982,7 +1982,6 @@ AM_CONDITIONAL(HAVE_PLATFORM_X11, echo "$egl_platforms" | grep -q 'x11')
AM_CONDITIONAL(HAVE_PLATFORM_WAYLAND, echo "$egl_platforms" | grep -q 'wayland')
AM_CONDITIONAL(HAVE_EGL_PLATFORM_DRM, echo "$egl_platforms" | grep -q 'drm')
AM_CONDITIONAL(HAVE_EGL_PLATFORM_SURFACELESS, echo "$egl_platforms" | grep -q 'surfaceless')
-AM_CONDITIONAL(HAVE_EGL_PLATFORM_NULL, echo "$egl_platforms" | grep -q 'null')
AM_CONDITIONAL(HAVE_EGL_DRIVER_DRI2, test "x$HAVE_EGL_DRIVER_DRI2" != "x")
--
2.8.0
More information about the mesa-dev
mailing list