From: Younes Manton Date: Fri, 15 Jul 2011 05:30:21 +0000 (-0400) Subject: g3dvl: Build softpipe when needed. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4be170e8b5c16f9e3218da0158d9023c6af90d4;p=mesa.git g3dvl: Build softpipe when needed. --- diff --git a/configure.ac b/configure.ac index b882b5d23c1..5c76c286519 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 ;; *)