summaryrefslogtreecommitdiff
path: root/indra/cmake/ViewerMiscLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.cmake')
-rwxr-xr-x[-rw-r--r--]indra/cmake/ViewerMiscLibs.cmake13
1 files changed, 8 insertions, 5 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 2a8abdac23..fc5bdedb5a 100644..100755
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -1,9 +1,12 @@
# -*- cmake -*-
include(Prebuilt)
-if (NOT STANDALONE)
- use_prebuilt_binary(libuuid)
- use_prebuilt_binary(vivox)
- use_prebuilt_binary(fontconfig)
-endif(NOT STANDALONE)
+if (NOT USESYSTEMLIBS)
+ if (LINUX)
+ use_prebuilt_binary(libuuid)
+ use_prebuilt_binary(fontconfig)
+ endif (LINUX)
+ use_prebuilt_binary(libhunspell)
+ use_prebuilt_binary(slvoice)
+endif(NOT USESYSTEMLIBS)