[Mesa-dev] [PATCH 2/4] configure: drop --with-egl-driver-dir switch

Emil Velikov emil.l.velikov at gmail.com
Mon Sep 22 12:17:51 PDT 2014


The location of the egl driver(s) is matter that we should have
never exposed to the user. Currently the dri2 driver is built
into the libEGL loader, with the gallium based one soon to follow.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80615
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 configure.ac | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 12dc955..b111732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1615,11 +1615,7 @@ if ! echo "$egl_platforms" | grep -q 'x11'; then
     GL_PC_CFLAGS="$GL_PC_CFLAGS -DMESA_EGL_NO_X11_HEADERS"
 fi
 
-AC_ARG_WITH([egl-driver-dir],
-    [AS_HELP_STRING([--with-egl-driver-dir=DIR],
-                    [directory for EGL drivers @<:@default=${libdir}/egl@:>@])],
-    [EGL_DRIVER_INSTALL_DIR="$withval"],
-    [EGL_DRIVER_INSTALL_DIR='${libdir}/egl'])
+EGL_DRIVER_INSTALL_DIR='${libdir}/egl'
 AC_SUBST([EGL_DRIVER_INSTALL_DIR])
 
 AC_ARG_WITH([max-width],
-- 
2.1.0



More information about the mesa-dev mailing list