Mesa (master): configure: drop unused variable GBM_BACKEND_DIRS

Emil Velikov evelikov at kemper.freedesktop.org
Tue Jun 23 16:07:39 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Jun 19 17:48:30 2015 +0100

configure: drop unused variable GBM_BACKEND_DIRS

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 configure.ac |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 56095ba..ddc757e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1507,7 +1507,6 @@ if test "x$enable_gbm" = xyes; then
     fi
 
     if test "x$enable_dri" = xyes; then
-        GBM_BACKEND_DIRS="$GBM_BACKEND_DIRS dri"
         if test "x$enable_shared_glapi" = xno; then
             AC_MSG_ERROR([gbm_dri requires --enable-shared-glapi])
         fi




More information about the mesa-commit mailing list