Change the way we handle temporaries in LLVM translation.
[mesa.git] / configs / linux-static
index 0104d34022b30d6a00a96eaeb4c8c1cc9b80933a..d5fbe9cf6511550821e69c1401b906ab46663d81 100644 (file)
@@ -19,3 +19,9 @@ 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) -Wl,--start-group \
+       -l$(GL_LIB) $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a -Wl,--end-group -lm \
+       -L/usr/X11R6/lib/ -lX11 -lXmu -lXi -lpthread
+