Mesa (master): configure: Disable drm egl platform by default

Benjamin Franzke bnf at kemper.freedesktop.org
Fri Jun 24 07:40:06 UTC 2011


Module: Mesa
Branch: master
Commit: 15e64242f9f97f5e001bc7b9f94f17b013230ba5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15e64242f9f97f5e001bc7b9f94f17b013230ba5

Author: Benjamin Franzke <benjaminfranzke at googlemail.com>
Date:   Fri Jun 24 09:33:20 2011 +0200

configure: Disable drm egl platform by default

So that gbm(_dri) which pulls in shared-glapi is not needed.

---

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c94c5fa..82ff9da 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
     ;;
 *)




More information about the mesa-commit mailing list