diff options
author | Emil Velikov <[email protected]> | 2015-06-19 17:48:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-06-23 17:08:05 +0100 |
commit | 6ed52f78a05a2b56eb521c50767b7a991df51564 (patch) | |
tree | 66a22eb71a25fbe020e661a1450e615b35859167 /configure.ac | |
parent | 994be5143a097ae2cf504ba344362edfee388ac3 (diff) |
configure: drop unused variable GBM_BACKEND_DIRS
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56095baa7e8..ddc757e1629 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 |