sparc: add swrast to dri drivers

This commit is contained in:
Dave Airlie
2008-06-12 16:26:46 +10:00
parent 2b0e75ea7a
commit 41bdb88f27

View File

@@ -648,7 +648,7 @@ if test "$mesa_driver" = dri; then
sparc*) sparc*)
# Build only the drivers for cards that exist on sparc` # Build only the drivers for cards that exist on sparc`
if test "x$DRI_DIRS" = x; then if test "x$DRI_DIRS" = x; then
DRI_DIRS="mach64 r128 r200 r300 radeon ffb" DRI_DIRS="mach64 r128 r200 r300 radeon ffb swrast"
fi fi
;; ;;
esac esac