diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-03-26 21:48:09 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-03-26 21:48:09 +0000 |
commit | 533befc8f9c178df024c6d3a70e6b31966981f0d (patch) | |
tree | 7e99e91e3d69e5f3098e794f1ce1f637192d92f6 /configs/default | |
parent | df8bc572587f04b29055bb3a36f8c3b724c63b96 (diff) |
don't try to make GLwMDrawA.c by default since it needs Motif
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/default b/configs/default index 1e2b58f30c..717b6ee388 100644 --- a/configs/default +++ b/configs/default @@ -39,8 +39,8 @@ OSMESA_LIB_NAME = libOSMesa.so # Optional assembly language optimization files for libGL ASM_SOURCES = -# GLw widget sources (second file needs Motif) -GLW_SOURCES = GLwDrawA.c GLwMDrawA.c +# GLw widget sources (Append "GLwMDrawA.c" to build the Motif widget too) +GLW_SOURCES = GLwDrawA.c # Directories |