build: Remove unused EGL_PLATFORMS.
authorMatt Turner <mattst88@gmail.com>
Sun, 10 Mar 2013 01:26:43 +0000 (17:26 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 22 Jul 2013 17:48:45 +0000 (10:48 -0700)
configure.ac
src/gallium/targets/egl-static/Makefile.am

index 35f6797eed64c1de1a9e5ce5a4feb079876f8402..c1f3d508d8bcb0597a492346697b59cc74ac9361 100644 (file)
@@ -1423,8 +1423,6 @@ AC_ARG_WITH([egl-platforms],
        with_egl_platforms=""
     fi])
 
-EGL_PLATFORMS=""
-
 if test "x$with_egl_platforms" != "x" -a "x$enable_egl" != xyes; then
     AC_MSG_ERROR([cannot build egl state tracker without EGL library])
 fi
@@ -1478,8 +1476,6 @@ else
     EGL_NATIVE_PLATFORM="_EGL_INVALID_PLATFORM"
 fi
 
-EGL_PLATFORMS="$egl_platforms"
-
 if echo "$egl_platforms" | grep 'x11' >/dev/null 2>&1; then
     NEED_WINSYS_XLIB=yes
 fi
@@ -1493,7 +1489,6 @@ AM_CONDITIONAL(HAVE_EGL_DRIVER_DRI2, test "x$HAVE_EGL_DRIVER_DRI2" != "x")
 AM_CONDITIONAL(HAVE_EGL_DRIVER_GLX, test "x$HAVE_EGL_DRIVER_GLX" != "x")
 
 AC_SUBST([EGL_NATIVE_PLATFORM])
-AC_SUBST([EGL_PLATFORMS])
 AC_SUBST([EGL_CFLAGS])
 
 # If we don't have the X11 platform, set this define so we don't try to include
@@ -2184,7 +2179,7 @@ dnl EGL
 echo ""
 echo "        EGL:             $enable_egl"
 if test "$enable_egl" = yes; then
-    echo "        EGL platforms:   $EGL_PLATFORMS"
+    echo "        EGL platforms:   $egl_platforms"
 
     egl_drivers=""
     if test "x$HAVE_EGL_DRIVER_GLX" != "x"; then
index e5bf7fca383ec714069cfa7c680ca0462edcc488..90178f6830a470d0cceb7a7e2f9b42b5791b646e 100644 (file)
@@ -25,7 +25,6 @@
 #
 # The following variables are examined
 #
-#   EGL_PLATFORMS       - platforms to support
 #   EGL_CLIENT_APIS     - state trackers to support
 #   GALLIUM_WINSYS_DIRS - pipe drivers to support
 #