diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |