projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf6d0d
)
added library dependencies (bug #978758)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 Jun 2004 15:35:42 +0000
(15:35 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 Jun 2004 15:35:42 +0000
(15:35 +0000)
configs/linux-x86-static
patch
|
blob
|
history
diff --git
a/configs/linux-x86-static
b/configs/linux-x86-static
index a1b3027d57aae9c1eb0345887dc32f2a4b4a1784..a73e38121136c13b6f7fd5332dd773638eabca73 100644
(file)
--- a/
configs/linux-x86-static
+++ b/
configs/linux-x86-static
@@
-26,3
+26,12
@@
OSMESA_LIB_NAME = libOSMesa.a
ASM_SOURCES = $(X86_SOURCES) $(X86_API)
+
+
+# Library/program dependencies (static libs don't have dependencies)
+GL_LIB_DEPS =
+OSMESA_LIB_DEPS =
+GLU_LIB_DEPS =
+GLUT_LIB_DEPS =
+GLW_LIB_DEPS =
+APP_LIB_DEPS = -L$(LIB_DIR) -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lpthread -lm -lstdc++