diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:20 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:20 +0000 |
commit | 4947062236f9abe280beac8ba8abea22f3d1d226 (patch) | |
tree | 7027e0bda90249cccb330c07233ed376e4fa2af1 /indra/cmake/LLWindow.cmake | |
parent | e1de26e0972f1fed68ef34051192acda89a1df14 (diff) |
update apr and sdl archives for linux; added new archive db (needed for linux only).
Diffstat (limited to 'indra/cmake/LLWindow.cmake')
-rw-r--r-- | indra/cmake/LLWindow.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLWindow.cmake b/indra/cmake/LLWindow.cmake index a5b9cf47a4..b4bb9a078a 100644 --- a/indra/cmake/LLWindow.cmake +++ b/indra/cmake/LLWindow.cmake @@ -18,7 +18,7 @@ else (STANDALONE) use_prebuilt_binary(SDL) set (SDL_FOUND TRUE) set (SDL_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/i686-linux) - set (SDL_LIBRARY SDL) + set (SDL_LIBRARY SDL directfb fusion direct) endif (LINUX AND VIEWER) endif (STANDALONE) |