From 15e64242f9f97f5e001bc7b9f94f17b013230ba5 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 24 Jun 2011 09:33:20 +0200 Subject: [PATCH] configure: Disable drm egl platform by default So that gbm(_dri) which pulls in shared-glapi is not needed. --- configure.ac | 3 --- 1 file changed, 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 ;; *) -- 2.30.2