diff options
author | Thierry Reding <[email protected]> | 2006-10-20 19:07:36 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2006-10-20 19:07:36 +0000 |
commit | cd44f730cc33478bbe5347c6e5c458fc39ac921f (patch) | |
tree | 6872e95bcb4f52bfd7ded7f69a31ee9208e9a7f7 /configs | |
parent | ce5a39559e735ca254ff99dd84ed1bf316f4f144 (diff) |
Enable building the GLw libraries.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/debian-swx11+glu-default | 5 |
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 |