OSDN Git Service

configure: drop unused variable GBM_BACKEND_DIRS
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 19 Jun 2015 16:48:30 +0000 (17:48 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 23 Jun 2015 16:08:05 +0000 (17:08 +0100)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
configure.ac

index 56095ba..ddc757e 100644 (file)
@@ -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