diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-07-07 14:32:47 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-07-07 14:32:47 +0000 |
commit | 27908d2bcb18c33079013daf29f6ddaf0fdabda2 (patch) | |
tree | 1bf78e2fa93b64e4e09137605bded20d01d01d05 /configs/linux-osmesa | |
parent | 04f43226a810736a6b3bd74e14a8ba52f8453e44 (diff) | |
download | mesa-27908d2bcb18c33079013daf29f6ddaf0fdabda2.tar.gz |
update comment, APP_LIB_DEPS
Diffstat (limited to 'configs/linux-osmesa')
-rw-r--r-- | configs/linux-osmesa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-osmesa b/configs/linux-osmesa index ce4ac2de9c8..72408d4fce8 100644 --- a/configs/linux-osmesa +++ b/configs/linux-osmesa @@ -1,4 +1,4 @@ -# Configuration for building libGL and libOSMesa on Linux, no Xlib driver +# Configuration for building only libOSMesa on Linux, no Xlib driver # This doesn't really have any Linux dependencies, so it should be usable # on other (gcc-based) systems. @@ -22,4 +22,4 @@ PROGRAM_DIRS = osdemos # Dependencies OSMESA_LIB_DEPS = -lm -lpthread GLU_LIB_DEPS = -L$(LIB_DIR) -l$(OSMESA_LIB) -APP_LIB_DEPS = -lOSMesa +APP_LIB_DEPS = -lOSMesa -lGLU |