Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP"
[mesa.git] / configs / linux-static
index 0104d34022b30d6a00a96eaeb4c8c1cc9b80933a..1ee16be73f2dcedd8a99bfb1e3a6fb7940d5dd77 100644 (file)
@@ -5,6 +5,7 @@ include $(TOP)/configs/linux
 CONFIG_NAME = linux-static
 
 MKLIB_OPTIONS = -static
+PIC_FLAGS =
 
 # Library names (actual file names)
 GL_LIB_NAME = libGL.a
@@ -19,3 +20,7 @@ OSMESA_LIB_DEPS =
 GLU_LIB_DEPS = 
 GLUT_LIB_DEPS = 
 GLW_LIB_DEPS = 
+
+# Need to specify all libraries we may need
+APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread \
+       -lstdc++ -lm