configure: inform the user when we're building sw/kms-dri

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2014-09-05 14:06:23 +01:00
parent 2903289706
commit 6dcd5ae725
1 changed files with 1 additions and 0 deletions

View File

@ -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
;;