summaryrefslogtreecommitdiffstats
path: root/configs/linux-static
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2011-09-18 17:34:47 -0400
committerBrian Paul <brianp@vmware.com>2011-09-19 07:39:19 -0600
commitf534c1341347438ed7607b0afa12244df8f1cd0a (patch)
treeff0c83166b45e0fdf2385dfb05a37a742d8730af /configs/linux-static
parent75eb92fb28545bd57281e465c1dadf63b38ab55a (diff)
downloadexternal_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-static')
-rw-r--r--configs/linux-static1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/linux-static b/configs/linux-static
index 2b97daa..8a8db6e 100644
--- a/configs/linux-static
+++ b/configs/linux-static
@@ -20,5 +20,4 @@ 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) \
-l$(GL_LIB) -lm -L/usr/X11R6/lib/ -lX11 -lXext -lXmu -lXi -lpthread