summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-10-14 16:29:32 +0000
committerThierry Reding <thierry@gilfi.de>2006-10-14 16:29:32 +0000
commit69705d22be38eba13901a08bd3a1305c27ca6e07 (patch)
tree6b07913033615fd5083dd190552608d2f59fd552 /configs
parentb16d1dcff5e1f9b2024775159375973a9aa9ca48 (diff)
Rename the debian-dri-common configuration to debian-dri-default, to make it
consistent with the naming scheme of debian-default.
Diffstat (limited to 'configs')
-rw-r--r--configs/debian-dri-any4
-rw-r--r--configs/debian-dri-default (renamed from configs/debian-dri-common)2
-rw-r--r--configs/debian-dri-i3862
3 files changed, 4 insertions, 4 deletions
diff --git a/configs/debian-dri-any b/configs/debian-dri-any
index 8c67472e187..03056bd8bb3 100644
--- a/configs/debian-dri-any
+++ b/configs/debian-dri-any
@@ -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
diff --git a/configs/debian-dri-common b/configs/debian-dri-default
index 178a601e2db..553dfcecd1a 100644
--- a/configs/debian-dri-common
+++ b/configs/debian-dri-default
@@ -2,7 +2,7 @@
include $(TOP)/configs/debian-common
-CONFIG_NAME = debian-dri-common
+CONFIG_NAME = debian-dri-default
override SRC_DIRS = glx/x11 mesa
override PROGRAM_DIRS =
diff --git a/configs/debian-dri-i386 b/configs/debian-dri-i386
index 985f163660a..2bf52eb58b6 100644
--- a/configs/debian-dri-i386
+++ b/configs/debian-dri-i386
@@ -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