Mesa (master): configure: inform the user when we're building sw/kms-dri

Emil Velikov evelikov at kemper.freedesktop.org
Tue Sep 9 19:57:27 UTC 2014


Module: Mesa
Branch: master
Commit: 6dcd5ae725054a82e0fb827b20cc146f87ffd943
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6dcd5ae725054a82e0fb827b20cc146f87ffd943

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Sep  5 14:06:23 2014 +0100

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

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 633dcc4..eb69cc6 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
             ;;




More information about the mesa-commit mailing list