[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r4125 - in branches/experimental/mesa: configs debian



Author: beatle
Date: 2006-12-04 19:45:42 -0500 (Mon, 04 Dec 2006)
New Revision: 4125

Modified:
   branches/experimental/mesa/configs/debian-dri-default
   branches/experimental/mesa/debian/changelog
Log:
Build the i915tex DRI module on the i386 and amd64 architectures.


Modified: branches/experimental/mesa/configs/debian-dri-default
===================================================================
--- branches/experimental/mesa/configs/debian-dri-default	2006-12-05 00:36:40 UTC (rev 4124)
+++ branches/experimental/mesa/configs/debian-dri-default	2006-12-05 00:45:42 UTC (rev 4125)
@@ -25,7 +25,7 @@
 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)

Modified: branches/experimental/mesa/debian/changelog
===================================================================
--- branches/experimental/mesa/debian/changelog	2006-12-05 00:36:40 UTC (rev 4124)
+++ branches/experimental/mesa/debian/changelog	2006-12-05 00:45:42 UTC (rev 4125)
@@ -2,8 +2,9 @@
 
   * 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
 



Reply to: