projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0e75e
)
sparc: add swrast to dri drivers
author
Dave Airlie
<airlied@redhat.com>
Thu, 12 Jun 2008 06:26:46 +0000
(16:26 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 12 Jun 2008 06:26:46 +0000
(16:26 +1000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f5cf33ce8cb57cd69aa5fa8ed2eb6396a897f1be..a054330e2fa51ebf44c30e4ce96dfa35c406a215 100644
(file)
--- 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