configure: inform the user when we're building sw/kms-dri
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 13:06:23 +0000 (14:06 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 9 Sep 2014 18:39:37 +0000 (19:39 +0100)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac

index 633dcc42eb41bafd2da76e99f17d2a76092f53fc..eb69cc6091a7e06ee37ef3efff83568d03bc58a2 100644 (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
             ;;