summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-05 14:06:23 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-09 19:39:37 +0100
commit6dcd5ae725054a82e0fb827b20cc146f87ffd943 (patch)
treec3de8ba2fcb177b128bcbae9f712ab599e89beed /configure.ac
parent290328970638be54a9fbbd07a3067d6a089122ed (diff)
configure: inform the user when we're building sw/kms-dri
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 633dcc42eb..eb69cc6091 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
;;