From: Dave Airlie Date: Thu, 12 Jun 2008 02:06:50 +0000 (+1000) Subject: sparc: add DRI drivers for sparc patch from Fedora X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b0e75ea7a2395cc8614d6eeabb9529d503652c9;p=mesa.git sparc: add DRI drivers for sparc patch from Fedora --- diff --git a/configure.ac b/configure.ac index f289501a951..f5cf33ce8cb 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*)