summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2006-10-14 16:28:45 +0000
committerThierry Reding <[email protected]>2006-10-14 16:28:45 +0000
commitb16d1dcff5e1f9b2024775159375973a9aa9ca48 (patch)
tree87e4a93f8a7a64eefc7106f8b5b18cef5b7b08af
parent10c5b5d5badc115b4c31a07d78ac694919d3eee6 (diff)
Add a default Debian-specific configuration which overrides settings from the
default Mesa configuration.
-rw-r--r--configs/debian-default15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/debian-default b/configs/debian-default
new file mode 100644
index 00000000000..aae6ce3ed98
--- /dev/null
+++ b/configs/debian-default
@@ -0,0 +1,15 @@
+# Debian-specific defaults for the default Mesa configuration.
+#
+# Yes, this is somewhat confusing: this is different from debian-common in
+# that debian-common only sets general compilation flags while this file
+# overrides the directories that are actually built by default.
+
+include $(TOP)/configs/debian-common
+
+CONFIG_NAME = debian-default
+
+override SRC_DIRS = mesa glu
+override PROGRAM_DIRS =
+
+# vim: ft=make
+