diff options
author | Corbin Simpson <[email protected]> | 2009-10-22 12:29:30 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-22 12:29:30 -0700 |
commit | 8e4657a9d4cbb899d388068cff0f8c267071fa50 (patch) | |
tree | 08ce63e31c4e845da75f11c73b1c7f25dee6e794 /configure.ac | |
parent | 06e464c2d57552d5ccde2b98885aeef953d8b2a1 (diff) |
Nuke s3v.
As per FDO #17889.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f8b9b538101..6622b0aa494 100644 --- a/configure.ac +++ b/configure.ac @@ -768,7 +768,7 @@ if test "$mesa_driver" = dri; then # default drivers if test "x$DRI_DIRS" = "xyes"; then - DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon s3v \ + DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \ savage sis tdfx trident unichrome ffb swrast" fi |