diff options
author | Brian Paul <[email protected]> | 2009-04-30 17:04:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-30 17:04:01 -0600 |
commit | aef475c8893b7f524b2314f9f8d1083655db7fe2 (patch) | |
tree | e960457f594e7a0dc93759fe585a275fe6c04a51 /configs/linux-static | |
parent | 3dfe672c851756e5ee09443dfafb1295c912da31 (diff) |
mesa: update linux-static, linux-x86-static configs
Diffstat (limited to 'configs/linux-static')
-rw-r--r-- | configs/linux-static | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configs/linux-static b/configs/linux-static index 2fc39ff83ef..907904bda44 100644 --- a/configs/linux-static +++ b/configs/linux-static @@ -22,7 +22,5 @@ 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 -lXext -lXmu -lXi -lpthread - +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 |