From: Benjamin Franzke Date: Fri, 24 Jun 2011 07:33:20 +0000 (+0200) Subject: configure: Disable drm egl platform by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15e64242f9f97f5e001bc7b9f94f17b013230ba5;p=mesa.git configure: Disable drm egl platform by default So that gbm(_dri) which pulls in shared-glapi is not needed. --- diff --git a/configure.ac b/configure.ac index c94c5fadd4c..82ff9dae14c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;; *)