configure: Disable drm egl platform by default
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Fri, 24 Jun 2011 07:33:20 +0000 (09:33 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Fri, 24 Jun 2011 07:37:19 +0000 (09:37 +0200)
So that gbm(_dri) which pulls in shared-glapi is not needed.

configure.ac

index c94c5fadd4c0145c1e3903ac7850ca4374f1ae8c..82ff9dae14c59fcc598308fee9575762d20d2ff1 100644 (file)
@@ -1630,9 +1630,6 @@ case "$with_egl_platforms" in
 yes)
     if test "x$enable_egl" = xyes && test "x$mesa_driver" != xosmesa; then
         EGL_PLATFORMS="x11"
-        if test "$mesa_driver" = dri; then
-            EGL_PLATFORMS="$EGL_PLATFORMS drm"
-        fi
     fi
     ;;
 *)