summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2006-10-20 19:07:36 +0000
committerThierry Reding <[email protected]>2006-10-20 19:07:36 +0000
commitcd44f730cc33478bbe5347c6e5c458fc39ac921f (patch)
tree6872e95bcb4f52bfd7ded7f69a31ee9208e9a7f7 /configs
parentce5a39559e735ca254ff99dd84ed1bf316f4f144 (diff)
Enable building the GLw libraries.
Diffstat (limited to 'configs')
-rw-r--r--configs/debian-swx11+glu-default5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/debian-swx11+glu-default b/configs/debian-swx11+glu-default
index d94b5edf8c9..ccf827639c6 100644
--- a/configs/debian-swx11+glu-default
+++ b/configs/debian-swx11+glu-default
@@ -4,8 +4,11 @@ include $(TOP)/configs/debian-default
CONFIG_NAME = debian-swx11+glu-default
-SRC_DIRS = mesa glu
+SRC_DIRS = mesa glu glw
DRIVER_DIRS = x11
+GLW_SOURCES += GLwMDrawA.c
+GLW_LIB_DEPS += -lXm
+
# vim: ft=make