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

X Strike Force X.Org X11 SVN commit: r3791 - branches/experimental/mesa/configs



Author: beatle
Date: 2006-10-14 12:28:45 -0400 (Sat, 14 Oct 2006)
New Revision: 3791

Added:
   branches/experimental/mesa/configs/debian-default
Log:
Add a default Debian-specific configuration which overrides settings from the
default Mesa configuration.


Added: branches/experimental/mesa/configs/debian-default
===================================================================
--- branches/experimental/mesa/configs/debian-default	                        (rev 0)
+++ branches/experimental/mesa/configs/debian-default	2006-10-14 16:28:45 UTC (rev 3791)
@@ -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
+



Reply to: