summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-12 12:06:50 +1000
committerDave Airlie <airlied@redhat.com>2008-06-12 12:06:50 +1000
commit2b0e75ea7a2395cc8614d6eeabb9529d503652c9 (patch)
treefa97cf4eb8f2947ac1419bf21d73a0b0262eadc6 /configure.ac
parent3f3e4f645d389672e6d72215e60b812a887cc66d (diff)
sparc: add DRI drivers for sparc patch from Fedora
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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*)