diff options
author | Brice Goglin <[email protected]> | 2009-12-12 13:02:44 +0100 |
---|---|---|
committer | Brice Goglin <[email protected]> | 2009-12-12 13:02:44 +0100 |
commit | 14cc33508c643cb4ff554e52ffacf203bfa0cfbd (patch) | |
tree | ad3dd6fd49f36a02443c5b45d3b9d9413dab103e | |
parent | 890a0f155f6652b3d7a7b44744f13fa8c3461882 (diff) |
Do not build s3v and trident anymore
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
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 <[email protected]> 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) |