summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorJennifer Leech <jenn@lindenlab.com>2008-07-03 21:48:30 +0000
committerJennifer Leech <jenn@lindenlab.com>2008-07-03 21:48:30 +0000
commit757e8e84f803ed0bf622bcdba1bd8dd74640999d (patch)
treea15cf962bbf8c734f1e883f3e4c35ac99d6d8d5c /indra/cmake
parent1d12a5c20a382ce94dec5f5b388267f62c7c549b (diff)
Including fontconfig in the viewer build. (Omitted before)
Fix for DEV-17484: package-grabber omits fontconfig
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/ViewerMiscLibs.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 7329972596..68ee8817fd 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -5,5 +5,6 @@ if (NOT STANDALONE)
use_prebuilt_binary(libstdc++)
use_prebuilt_binary(libuuid)
use_prebuilt_binary(vivox)
+ use_prebuilt_binary(fontconfig)
endif(NOT STANDALONE)