diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-18 16:43:13 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-18 16:43:13 +0000 |
commit | bdb1c3882f9b80d804040a8280aa35a3037c303d (patch) | |
tree | 97f803e6bcf543babe5befcb4dec8928402811a2 | |
parent | 1e04ff1741b4631c8c37d7cac3706760374b48c1 (diff) |
need to specify Xlibs with APP_LIB_DEPS
-rw-r--r-- | configs/linux-static | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/linux-static b/configs/linux-static index 0104d34022..85141ea643 100644 --- 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 + |