X Strike Force X.Org X11 SVN commit: r3820 - in branches/experimental/mesa: configs debian
Author: beatle
Date: 2006-10-15 09:30:22 -0400 (Sun, 15 Oct 2006)
New Revision: 3820
Added:
branches/experimental/mesa/configs/debian-dri-amd64
branches/experimental/mesa/configs/debian-dri-any
Removed:
branches/experimental/mesa/configs/debian-dri
branches/experimental/mesa/configs/debian-dri-any
Modified:
branches/experimental/mesa/debian/rules
Log:
Build only optimized versions of the DRI drivers, only using no optimizations
when not supported.
Add configuration to build the DRI drivers on amd64.
Deleted: branches/experimental/mesa/configs/debian-dri
===================================================================
--- branches/experimental/mesa/configs/debian-dri 2006-10-15 13:15:56 UTC (rev 3819)
+++ branches/experimental/mesa/configs/debian-dri 2006-10-15 13:30:22 UTC (rev 3820)
@@ -1,9 +0,0 @@
-# Configuration for building the DRI drivers on the build architecture.
-
-include $(TOP)/configs/debian-dri-default
-include $(TOP)/configs/linux-dri
-
-CONFIG_NAME = debian-dri
-
-# vim: ft=make
-
Copied: branches/experimental/mesa/configs/debian-dri-amd64 (from rev 3792, branches/experimental/mesa/configs/debian-dri-i386)
===================================================================
--- branches/experimental/mesa/configs/debian-dri-amd64 (rev 0)
+++ branches/experimental/mesa/configs/debian-dri-amd64 2006-10-15 13:30:22 UTC (rev 3820)
@@ -0,0 +1,9 @@
+# Configuration for building the DRI drivers on i386.
+
+include $(TOP)/configs/debian-dri-default
+include $(TOP)/configs/linux-dri-x86-64
+
+CONFIG_NAME = debian-dri-amd64
+
+# vim: ft=make
+
Deleted: branches/experimental/mesa/configs/debian-dri-any
===================================================================
--- branches/experimental/mesa/configs/debian-dri-any 2006-10-15 13:15:56 UTC (rev 3819)
+++ branches/experimental/mesa/configs/debian-dri-any 2006-10-15 13:30:22 UTC (rev 3820)
@@ -1,7 +0,0 @@
-# Chicken-out configuration for architectures where optimized builds are not
-# supported.
-
-CONFIG_NAME = debian-dri-any
-
-# vim: ft=make
-
Copied: branches/experimental/mesa/configs/debian-dri-any (from rev 3819, branches/experimental/mesa/configs/debian-dri)
===================================================================
--- branches/experimental/mesa/configs/debian-dri-any (rev 0)
+++ branches/experimental/mesa/configs/debian-dri-any 2006-10-15 13:30:22 UTC (rev 3820)
@@ -0,0 +1,9 @@
+# Configuration for building the DRI drivers on the build architecture.
+
+include $(TOP)/configs/debian-dri-default
+include $(TOP)/configs/linux-dri
+
+CONFIG_NAME = debian-dri
+
+# vim: ft=make
+
Modified: branches/experimental/mesa/debian/rules
===================================================================
--- branches/experimental/mesa/debian/rules 2006-10-15 13:15:56 UTC (rev 3819)
+++ branches/experimental/mesa/debian/rules 2006-10-15 13:30:22 UTC (rev 3820)
@@ -33,18 +33,13 @@
# build the following configurations
CONFIGS = debian \
debian-arch \
- debian-dri \
+ debian-dri-arch \
debian-osmesa16 \
debian-osmesa16-static \
debian-osmesa32 \
debian-osmesa32-static \
debian-static
-# Don't build architecture-dependent DRI drivers (yet) because it's probably
-# not worth the effort. For benchmarking, include the following configuration
-# in the list above.
-#debian-dri-arch
-
STAMP = $(STAMPDIR)/$(DEB_BUILD_GNU_TYPE)
BUILD_STAMPS = $(addprefix $(STAMP)-build-, $(CONFIGS))
INSTALL_STAMPS = $(addprefix $(STAMP)-install-, $(CONFIGS))
Reply to: