sparc: add swrast to dri drivers
authorDave Airlie <airlied@redhat.com>
Thu, 12 Jun 2008 06:26:46 +0000 (16:26 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 12 Jun 2008 06:26:46 +0000 (16:26 +1000)
configure.ac

index f5cf33c..a054330 100644 (file)
@@ -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