Mesa (master): g3dvl: Build softpipe when needed.

Younes Manton ymanton at kemper.freedesktop.org
Fri Jul 15 05:30:57 UTC 2011


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

Author: Younes Manton <younes.m at gmail.com>
Date:   Fri Jul 15 01:30:21 2011 -0400

g3dvl: Build softpipe when needed.

---

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index b882b5d..5c76c28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1956,6 +1956,9 @@ if test "x$with_gallium_drivers" != x; then
                if test "x$HAVE_WINSYS_XLIB" != xyes; then
                   GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/xlib"
                fi
+               if test "x$HAVE_ST_DRI" != xyes; then
+                GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS softpipe"
+               fi
             fi
             ;;
         *)




More information about the mesa-commit mailing list