projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e04ff1
)
need to specify Xlibs with APP_LIB_DEPS
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Nov 2006 16:43:13 +0000
(16:43 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 18 Nov 2006 16:43:13 +0000
(16:43 +0000)
configs/linux-static
patch
|
blob
|
history
diff --git
a/configs/linux-static
b/configs/linux-static
index 0104d34022b30d6a00a96eaeb4c8c1cc9b80933a..85141ea643f6d28f068be3edda348fc4b89bb863 100644
(file)
--- a/
configs/linux-static
+++ b/
configs/linux-static
@@
-19,3
+19,8
@@
OSMESA_LIB_DEPS =
GLU_LIB_DEPS =
GLUT_LIB_DEPS =
GLW_LIB_DEPS =
+
+# Need to specify all libraries we may need
+APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm \
+ -L/usr/X11R6/lib/ -lX11 -lXmu -lXi -lpthread
+