diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-06 14:33:35 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-06 14:33:35 -0500 |
commit | 894e98a708f4135cb4543b95ce46c2b8c4929393 (patch) | |
tree | 2055d289ca6c55eacb300feddb38b2935e8ae132 /indra/llwindow | |
parent | 1ca028cd7b2b4a169cdc776dfa4b38b2fcb76440 (diff) | |
parent | 94fbf99ac2e325a75a016e2f4c3b12cf8c82fc7c (diff) |
merge changes for storm-812
Diffstat (limited to 'indra/llwindow')
-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 |