From: Dave Airlie Date: Thu, 12 Jun 2008 06:26:46 +0000 (+1000) Subject: sparc: add swrast to dri drivers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41bdb88f271284b79b870a5217f3ae50d70dfcdd;p=mesa.git sparc: add swrast to dri drivers --- diff --git a/configure.ac b/configure.ac index f5cf33ce8cb..a054330e2fa 100644 --- a/configure.ac +++ b/configure.ac @@ -648,7 +648,7 @@ if test "$mesa_driver" = dri; then sparc*) # Build only the drivers for cards that exist on sparc` if test "x$DRI_DIRS" = x; then - DRI_DIRS="mach64 r128 r200 r300 radeon ffb" + DRI_DIRS="mach64 r128 r200 r300 radeon ffb swrast" fi ;; esac