diff options
author | Dave Airlie <[email protected]> | 2011-09-20 08:22:59 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-09-20 08:25:25 +0100 |
commit | fb4ceb9638cbedc09446e3c21c15d9dfd72b7a6d (patch) | |
tree | fcbb6211ce61bee0436362003f56d326d5dcdb57 /configs/linux-x86-static | |
parent | 47b556fbcaea4660b21481e40d89167d883d47f5 (diff) |
configs: remove rest of APP_LIB_DEPS lines
pointed out by GArik_ on #radeon.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'configs/linux-x86-static')
-rw-r--r-- | configs/linux-x86-static | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/linux-x86-static b/configs/linux-x86-static index 19151d20330..255a5dd5e8e 100644 --- a/configs/linux-x86-static +++ b/configs/linux-x86-static @@ -19,5 +19,3 @@ OSMESA_LIB_DEPS = GLU_LIB_DEPS = GLW_LIB_DEPS = -# Need to specify all libraries we may need - -l$(GL_LIB) $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread -lstdc++ -lm |