tredaell / rpms / mesa

Forked from rpms/mesa 2 years ago
Clone
8ed9260
diff -up mesa-20091030/configure.ac.da mesa-20091030/configure.ac
8ed9260
--- mesa-20091030/configure.ac.da	2009-10-30 11:12:50.000000000 +1000
8ed9260
+++ mesa-20091030/configure.ac	2009-10-30 14:53:02.000000000 +1000
8ed9260
@@ -716,7 +716,7 @@ if test "$mesa_driver" = dri; then
7cf755a
             # because there is no x86-64 system where they could *ever*
7cf755a
             # be used.
7cf755a
             if test "x$DRI_DIRS" = "xyes"; then
626ed0a
-                DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon \
626ed0a
+                DRI_DIRS="i915 i965 mga r128 r200 r300 r600 radeon \
7cf755a
                     savage tdfx unichrome swrast"
7cf755a
             fi
7cf755a
             ;;
8ed9260
@@ -724,13 +724,13 @@ if test "$mesa_driver" = dri; then
7cf755a
             # Build only the drivers for cards that exist on PowerPC.
7cf755a
             # At some point MGA will be added, but not yet.
7cf755a
             if test "x$DRI_DIRS" = "xyes"; then
626ed0a
-                DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast"
626ed0a
+                DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast"
7cf755a
             fi
7cf755a
             ;;
7cf755a
         sparc*)
7cf755a
             # Build only the drivers for cards that exist on sparc`
7cf755a
             if test "x$DRI_DIRS" = "xyes"; then
626ed0a
-                DRI_DIRS="mach64 r128 r200 r300 r600 radeon ffb swrast"
626ed0a
+                DRI_DIRS="r128 r200 r300 r600 radeon ffb swrast"
7cf755a
             fi
7cf755a
             ;;
7cf755a
         esac
8ed9260
@@ -749,7 +749,7 @@ if test "$mesa_driver" = dri; then
7cf755a
         # ffb and gamma are missing because they have not been converted
7cf755a
         # to use the new interface.
7cf755a
         if test "x$DRI_DIRS" = "xyes"; then
626ed0a
-            DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \
626ed0a
+            DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon tdfx \
7cf755a
                 unichrome savage sis swrast"
7cf755a
         fi
7cf755a
         ;;
8ed9260
@@ -768,7 +768,7 @@ if test "$mesa_driver" = dri; then
7cf755a
 
7cf755a
     # default drivers
7cf755a
     if test "x$DRI_DIRS" = "xyes"; then
8ed9260
-        DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \
8ed9260
+        DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \
8ed9260
             savage sis tdfx unichrome ffb swrast"
7cf755a
     fi
7cf755a