diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-12 12:06:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-12 12:06:50 +1000 |
commit | 2b0e75ea7a2395cc8614d6eeabb9529d503652c9 (patch) | |
tree | fa97cf4eb8f2947ac1419bf21d73a0b0262eadc6 | |
parent | 3f3e4f645d389672e6d72215e60b812a887cc66d (diff) | |
download | external_mesa3d-2b0e75ea7a2395cc8614d6eeabb9529d503652c9.zip external_mesa3d-2b0e75ea7a2395cc8614d6eeabb9529d503652c9.tar.gz external_mesa3d-2b0e75ea7a2395cc8614d6eeabb9529d503652c9.tar.bz2 |
sparc: add DRI drivers for sparc patch from Fedora
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f289501..f5cf33c 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*) |