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

X Strike Force X.Org X11 SVN commit: r3531 - trunk/xserver/xorg-server/debian



Author: dnusinow
Date: 2006-09-27 21:05:08 -0400 (Wed, 27 Sep 2006)
New Revision: 3531

Modified:
   trunk/xserver/xorg-server/debian/changelog
   trunk/xserver/xorg-server/debian/rules
Log:
* Disable the explicit enabling of dri in the configure. The configure
  script autodetects whether or not to use this anyway, and enabling it
  explicitly breaks the build on hurd. Thanks Samuel Thibault and Michael
  Banck. Closes: #358015

Modified: trunk/xserver/xorg-server/debian/changelog
===================================================================
--- trunk/xserver/xorg-server/debian/changelog	2006-09-28 01:01:09 UTC (rev 3530)
+++ trunk/xserver/xorg-server/debian/changelog	2006-09-28 01:05:08 UTC (rev 3531)
@@ -17,8 +17,12 @@
     Closes: #363517
   * Add hurd support patch (24). Thanks Samuel Thibault, Daniel Stone, and
     Michael Banck. Closes: #356300
+  * Disable the explicit enabling of dri in the configure. The configure
+    script autodetects whether or not to use this anyway, and enabling it
+    explicitly breaks the build on hurd. Thanks Samuel Thibault and Michael
+    Banck. Closes: #358015
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 27 Sep 2006 21:00:32 -0400
+ -- David Nusinow <dnusinow@debian.org>  Wed, 27 Sep 2006 21:04:09 -0400
 
 xorg-server (2:1.1.1-8) unstable; urgency=low
 

Modified: trunk/xserver/xorg-server/debian/rules
===================================================================
--- trunk/xserver/xorg-server/debian/rules	2006-09-28 01:01:09 UTC (rev 3530)
+++ trunk/xserver/xorg-server/debian/rules	2006-09-28 01:05:08 UTC (rev 3531)
@@ -34,7 +34,7 @@
 # kill the .las.
 confflags += --disable-static \
 	     --enable-xorg \
-	     --enable-dri --with-mesa-source=/usr/share/mesa-source \
+	     --with-mesa-source=/usr/share/mesa-source \
 		 --with-fontdir=/usr/share/fonts/X11 \
 		 --with-serverconfig-path=/etc/X11/xserver \
 	     --enable-xtrap \



Reply to: