diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:36 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:36 +0000 |
commit | 8dee1ed4c7e1e007417d7f188f5cf562ba85893e (patch) | |
tree | 4e2e25bf1294a75b921073165582f38ac926609c /indra/cmake/LLWindow.cmake | |
parent | fb86600a33adeb744b877959cafe4d1d063f662b (diff) | |
parent | 4947062236f9abe280beac8ba8abea22f3d1d226 (diff) |
Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010
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) |