diff options
author | Matt Turner <mattst88@gmail.com> | 2011-09-18 17:34:47 -0400 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-09-19 07:39:19 -0600 |
commit | f534c1341347438ed7607b0afa12244df8f1cd0a (patch) | |
tree | ff0c83166b45e0fdf2385dfb05a37a742d8730af /configs/linux-x86-64-static | |
parent | 75eb92fb28545bd57281e465c1dadf63b38ab55a (diff) | |
download | external_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.zip external_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.tar.gz external_mesa3d-f534c1341347438ed7607b0afa12244df8f1cd0a.tar.bz2 |
Remove unused APP_LIB_DEPS variable
Unused since removal of demos from the repository?
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configs/linux-x86-64-static')
-rw-r--r-- | configs/linux-x86-64-static | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/linux-x86-64-static b/configs/linux-x86-64-static index 89a0e3e..dfb136f 100644 --- a/configs/linux-x86-64-static +++ b/configs/linux-x86-64-static @@ -20,6 +20,5 @@ GLU_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) -Wl,--start-group \ -l$(GL_LIB) $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a -Wl,--end-group \ $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread -lstdc++ -lm |