summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Franzke <[email protected]>2011-06-24 09:33:20 +0200
committerBenjamin Franzke <[email protected]>2011-06-24 09:37:19 +0200
commit15e64242f9f97f5e001bc7b9f94f17b013230ba5 (patch)
tree5b3ce7446ef5d6dd11dbd999905ef122306c0626
parentd3d3fea7200947893eafa1da21db3b78c15356d9 (diff)
configure: Disable drm egl platform by default
So that gbm(_dri) which pulls in shared-glapi is not needed.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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
;;
*)