summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-12-05 00:45:42 +0000
committerThierry Reding <thierry@gilfi.de>2006-12-05 00:45:42 +0000
commit6eeb18fc684ee073fba8909f19ad2ad7be6ab5ab (patch)
tree8c65652bacbc96e1a7fa2421ee6a5fb185d3e5d2
parent01c90575b487f6b0f8f67a1833541aa41dca643d (diff)
Build the i915tex DRI module on the i386 and amd64 architectures.
-rw-r--r--configs/debian-dri-default2
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 2 deletions
diff --git a/configs/debian-dri-default b/configs/debian-dri-default
index 31e90479c4a..9aec9f7c6e0 100644
--- a/configs/debian-dri-default
+++ b/configs/debian-dri-default
@@ -25,7 +25,7 @@ DRI_DIRS = mach64 mga r128 r200 r300 radeon s3v savage tdfx trident
ARCH_X86 = i386 amd64
ifneq ($(findstring $(DEB_BUILD_ARCH), $(ARCH_X86)),)
- DRI_DIRS += i810 i915 i965 sis unichrome
+ DRI_DIRS += i810 i915 i915tex i965 sis unichrome
endif
ifeq ($(DEB_BUILD_ARCH), sparc)
diff --git a/debian/changelog b/debian/changelog
index f8366c61903..81527cd12df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mesa (6.5.2-0.1) experimental; urgency=low
* Non-maintainer upload.
* New upstream release.
+ * Build the i915tex DRI module on the i386 and amd64 architectures.
- -- Thierry Reding <thierry@gilfi.de> Sun, 3 Dec 2006 00:45:09 +0100
+ -- Thierry Reding <thierry@gilfi.de> Tue, 5 Dec 2006 01:44:53 +0100
mesa (6.5.2~rc3-0.1) experimental; urgency=low