diff options
author | Jennifer Leech <jenn@lindenlab.com> | 2008-07-03 21:48:30 +0000 |
---|---|---|
committer | Jennifer Leech <jenn@lindenlab.com> | 2008-07-03 21:48:30 +0000 |
commit | 757e8e84f803ed0bf622bcdba1bd8dd74640999d (patch) | |
tree | a15cf962bbf8c734f1e883f3e4c35ac99d6d8d5c /indra | |
parent | 1d12a5c20a382ce94dec5f5b388267f62c7c549b (diff) |
Including fontconfig in the viewer build. (Omitted before)
Fix for DEV-17484: package-grabber omits fontconfig
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/ViewerMiscLibs.cmake | 1 |
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) |