summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-12 16:26:46 +1000
committerDave Airlie <airlied@redhat.com>2008-06-12 16:26:46 +1000
commit41bdb88f271284b79b870a5217f3ae50d70dfcdd (patch)
treef9093f17d8191c7bc49ec64ee5022d0f0ae6a5d6 /configure.ac
parent2b0e75ea7a2395cc8614d6eeabb9529d503652c9 (diff)
sparc: add swrast to dri drivers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5cf33ce8c..a054330e2f 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