projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f4322
)
update comment, APP_LIB_DEPS
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 7 Jul 2006 14:32:47 +0000
(14:32 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 7 Jul 2006 14:32:47 +0000
(14:32 +0000)
configs/linux-osmesa
patch
|
blob
|
history
diff --git
a/configs/linux-osmesa
b/configs/linux-osmesa
index ce4ac2de9c81f876056b93170c45c178da1f57e7..72408d4fce826d7c423b85ff9e516b0ead3d2345 100644
(file)
--- 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