diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-04 16:41:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-04 16:41:05 -0500 |
commit | e4591a85182133811e327b579c558bb3db80d79e (patch) | |
tree | 13c4847d919939c9b50386d1dfcbc5837201c60e /indra/llwindow/CMakeLists.txt | |
parent | d420ca89b438ebfb15dd3be8f5ec427361dfddaa (diff) | |
parent | 67ced403e624599f23020c8b8bd802947e602d31 (diff) |
merge changes for storm-466
Diffstat (limited to 'indra/llwindow/CMakeLists.txt')
-rw-r--r-- | indra/llwindow/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt index bf3233f386..4d2677fd91 100644 --- a/indra/llwindow/CMakeLists.txt +++ b/indra/llwindow/CMakeLists.txt @@ -59,12 +59,13 @@ set(viewer_HEADER_FILES # Libraries on which this library depends, needed for Linux builds # Sort by high-level to low-level -if (NOT LINUX OR VIEWER) +if (LINUX AND VIEWER) set(llwindow_LINK_LIBRARIES ${UI_LIBRARIES} # for GTK ${SDL_LIBRARY} + fontconfig # For FCInit and other FC* functions. ) -endif (NOT LINUX OR VIEWER) +endif (LINUX AND VIEWER) if (DARWIN) list(APPEND llwindow_SOURCE_FILES |