From 41bdb88f271284b79b870a5217f3ae50d70dfcdd Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 12 Jun 2008 16:26:46 +1000 Subject: [PATCH] sparc: add swrast to dri drivers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5cf33ce8cb..a054330e2fa 100644 --- a/configure.ac +++ b/configure.ac @@ -648,7 +648,7 @@ if test "$mesa_driver" = dri; then 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" + DRI_DIRS="mach64 r128 r200 r300 radeon ffb swrast" fi ;; esac -- 2.30.2