From 14cc33508c643cb4ff554e52ffacf203bfa0cfbd Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Sat, 12 Dec 2009 13:02:44 +0100 Subject: Do not build s3v and trident anymore --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80ed137dce3..ebd570d32df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mesa (7.7~rc2-1) UNRELEASED; urgency=low * New upstream release candidate. + + s3v and trident DRI drivers removed since they never worked. -- Brice Goglin Sat, 12 Dec 2009 12:34:26 +0100 diff --git a/debian/rules b/debian/rules index c9ed8f0d0ac..5227ab1d3d6 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ else ifeq ($(DEB_HOST_ARCH), lpia) DRI_DRIVERS += i915 i965 else ifneq ($(DEB_HOST_ARCH), s390) - DRI_DRIVERS += mach64 mga r128 r200 r300 r600 radeon s3v savage tdfx trident + DRI_DRIVERS += mach64 mga r128 r200 r300 r600 radeon savage tdfx ifeq ($(DEB_HOST_GNU_CPU), i486) DRI_DRIVERS += i810 i915 i965 sis unichrome else ifeq ($(DEB_HOST_GNU_CPU), x86_64) -- cgit v1.2.3