summaryrefslogtreecommitdiffstats
path: root/configs/debian-utils
diff options
context:
space:
mode:
Diffstat (limited to 'configs/debian-utils')
-rw-r--r--configs/debian-utils17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/debian-utils b/configs/debian-utils
new file mode 100644
index 00000000000..1705802c79e
--- /dev/null
+++ b/configs/debian-utils
@@ -0,0 +1,17 @@
+# Configuration defaults for building Mesa (swx11 and GLU).
+
+include $(TOP)/configs/debian-default
+
+CONFIG_NAME = debian-utils
+
+SRC_DIRS =
+PROGRAM_DIRS = xdemos
+PROGS = glxdemo \
+ glxgears \
+ glxheads \
+ glxinfo
+
+APP_LIB_DEPS = -lGL
+
+# vim: ft=make
+