summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2011-12-23 14:58:15 +0100
committerCyril Brulebois <kibi@debian.org>2011-12-23 14:58:15 +0100
commit37efab84461729859f7606e39f687905a3f1cc6a (patch)
treebc05e83dd650ef41ccec0a138cf82290484ffcaf
parent7b062cfec8664b52f5e933b1d31ac0810a3facb6 (diff)
Kiss good-bye to DRI1 drivers.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules6
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f3a946db92..9f3098ef4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ mesa (7.12~0-1) UNRELEASED; urgency=low
- 11-hurd-ftbfs-again.diff
* Drop patch, no longer needed since swrastg was renamed to swrast:
- 14-load-swrastg-before-swrast.diff
+ * Update rules file to strop building DRI1 drivers, they went away
+ with the following upstream commit:
+ - dri: Remove all DRI1 drivers (e4344161bd).
-- Cyril Brulebois <kibi@debian.org> Fri, 23 Dec 2011 14:13:28 +0100
diff --git a/debian/rules b/debian/rules
index 639167e1d4..449f72a2c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,12 +87,12 @@ else
endif
ifneq ($(DEB_HOST_ARCH), s390)
- DRI_DRIVERS += mach64 mga r128 r200 r300 r600 radeon savage tdfx
+ DRI_DRIVERS += r200 radeon
endif
ifeq ($(DEB_HOST_ARCH_CPU), i386)
- DRI_DRIVERS += i810 i915 i965 sis unichrome
+ DRI_DRIVERS += i810 i915 i965
else ifeq ($(DEB_HOST_ARCH_CPU), amd64)
- DRI_DRIVERS += i915 i965 sis unichrome
+ DRI_DRIVERS += i915 i965
endif
# LLVM is required for r300g and recommended for swrastg on x86: