From: Emil Velikov Date: Fri, 5 Sep 2014 13:06:23 +0000 (+0100) Subject: configure: inform the user when we're building sw/kms-dri X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6dcd5ae725054a82e0fb827b20cc146f87ffd943;p=mesa.git configure: inform the user when we're building sw/kms-dri Signed-off-by: Emil Velikov --- 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 ;;