diff options
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f289501a95..f5cf33ce8c 100644 --- a/configure.ac +++ b/configure.ac @@ -645,6 +645,12 @@ if test "$mesa_driver" = dri; then DRI_DIRS="mach64 r128 r200 r300 radeon tdfx swrast" fi ;; + 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" + fi + ;; esac ;; freebsd* | dragonfly*) |