From 6dcd5ae725054a82e0fb827b20cc146f87ffd943 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 5 Sep 2014 14:06:23 +0100 Subject: [PATCH] configure: inform the user when we're building sw/kms-dri Signed-off-by: Emil Velikov --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 633dcc42eb4..eb69cc6091a 100644 --- a/configure.ac +++ b/configure.ac @@ -1983,6 +1983,7 @@ if test -n "$with_gallium_drivers"; then fi if test "x$have_libdrm" = xyes; then + GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/kms-dri" GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri/kms-swrast" fi ;; -- 2.30.2