X Strike Force X.Org X11 SVN commit: r3792 - branches/experimental/mesa/configs
Author: beatle
Date: 2006-10-14 12:29:32 -0400 (Sat, 14 Oct 2006)
New Revision: 3792
Added:
branches/experimental/mesa/configs/debian-dri-default
Removed:
branches/experimental/mesa/configs/debian-dri-common
Modified:
branches/experimental/mesa/configs/debian-dri-any
branches/experimental/mesa/configs/debian-dri-i386
Log:
Rename the debian-dri-common configuration to debian-dri-default, to make it
consistent with the naming scheme of debian-default.
Modified: branches/experimental/mesa/configs/debian-dri-any
===================================================================
--- branches/experimental/mesa/configs/debian-dri-any 2006-10-14 16:28:45 UTC (rev 3791)
+++ branches/experimental/mesa/configs/debian-dri-any 2006-10-14 16:29:32 UTC (rev 3792)
@@ -1,10 +1,10 @@
# Fallback configuration for building the DRI drivers on architectures for
# which no architecture-specific configuration is provided.
-include $(TOP)/configs/debian-dri-common
+include $(TOP)/configs/debian-dri-default
include $(TOP)/configs/linux-dri
-CONFIG_NAME = debian-dri
+CONFIG_NAME = debian-dri-any
# vim: ft=make
Deleted: branches/experimental/mesa/configs/debian-dri-common
===================================================================
--- branches/experimental/mesa/configs/debian-dri-common 2006-10-14 16:28:45 UTC (rev 3791)
+++ branches/experimental/mesa/configs/debian-dri-common 2006-10-14 16:29:32 UTC (rev 3792)
@@ -1,14 +0,0 @@
-# Override defaults for the DRI drivers build.
-
-include $(TOP)/configs/debian-common
-
-CONFIG_NAME = debian-dri-common
-
-override SRC_DIRS = glx/x11 mesa
-override PROGRAM_DIRS =
-
-override DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri
-override DRI_DRIVER_SEARCH_DIR = /usr/lib/dri
-
-# vim: ft=make
-
Copied: branches/experimental/mesa/configs/debian-dri-default (from rev 3789, branches/experimental/mesa/configs/debian-dri-common)
===================================================================
--- branches/experimental/mesa/configs/debian-dri-default (rev 0)
+++ branches/experimental/mesa/configs/debian-dri-default 2006-10-14 16:29:32 UTC (rev 3792)
@@ -0,0 +1,14 @@
+# Override defaults for the DRI drivers build.
+
+include $(TOP)/configs/debian-common
+
+CONFIG_NAME = debian-dri-default
+
+override SRC_DIRS = glx/x11 mesa
+override PROGRAM_DIRS =
+
+override DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri
+override DRI_DRIVER_SEARCH_DIR = /usr/lib/dri
+
+# vim: ft=make
+
Modified: branches/experimental/mesa/configs/debian-dri-i386
===================================================================
--- branches/experimental/mesa/configs/debian-dri-i386 2006-10-14 16:28:45 UTC (rev 3791)
+++ branches/experimental/mesa/configs/debian-dri-i386 2006-10-14 16:29:32 UTC (rev 3792)
@@ -1,6 +1,6 @@
# Configuration for building the DRI drivers on i386.
-include $(TOP)/configs/debian-dri-common
+include $(TOP)/configs/debian-dri-default
include $(TOP)/configs/linux-dri-x86
CONFIG_NAME = debian-dri-i386
Reply to: