Patch:
diff -Naur mesa-6.5.1-orig/configs/debian-dri mesa-6.5.1/configs/debian-dri --- mesa-6.5.1-orig/configs/debian-dri 2006-10-11 15:52:45.000000000 -0400 +++ mesa-6.5.1/configs/debian-dri 2006-10-11 15:53:59.868686770 -0400 @@ -31,11 +31,11 @@ DRI_DIRS = mach64 mga r128 r200 r300 radeon s3v savage tdfx trident ifeq ($(DEB_HOST_ARCH),i386) -DRI_DIRS += i810 i915 sis ffb unichrome +DRI_DIRS += i810 i915 sis ffb unichrome i965 endif ifeq ($(DEB_HOST_ARCH),amd64) -DRI_DIRS += i915 +DRI_DIRS += i915 i965 endif endif # DRI or debian-indirect diff -Naur mesa-6.5.1-orig/configs/debian-dri-amd64 mesa-6.5.1/configs/debian-dri-amd64 --- mesa-6.5.1-orig/configs/debian-dri-amd64 2006-10-11 15:52:45.000000000 -0400 +++ mesa-6.5.1/configs/debian-dri-amd64 2006-10-11 15:54:30.766593898 -0400 @@ -2,4 +2,4 @@ CONFIG_NAME = debian-dri-amd64 -DRI_DIRS = i915 mach64 mga r128 r200 r300 radeon savage tdfx unichrome +DRI_DIRS = i965 i915 mach64 mga r128 r200 r300 radeon savage tdfx unichrome -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]