sparc: add DRI drivers for sparc patch from Fedora

This commit is contained in:
Dave Airlie 2008-06-12 12:06:50 +10:00
parent 3f3e4f645d
commit 2b0e75ea7a

View file

@ -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*)