diff options
Diffstat (limited to 'linden/indra/cmake/ViewerMiscLibs.cmake')
-rw-r--r-- | linden/indra/cmake/ViewerMiscLibs.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake index 38d0444..bf33490 100644 --- a/linden/indra/cmake/ViewerMiscLibs.cmake +++ b/linden/indra/cmake/ViewerMiscLibs.cmake | |||
@@ -5,18 +5,12 @@ if (NOT STANDALONE) | |||
5 | use_prebuilt_binary(libuuid) | 5 | use_prebuilt_binary(libuuid) |
6 | use_prebuilt_binary(vivox) | 6 | use_prebuilt_binary(vivox) |
7 | if(LINUX) | 7 | if(LINUX) |
8 | if (${ARCH} STREQUAL "x86_64") | ||
9 | use_prebuilt_binary(32bitcompatibilitylibs) | ||
10 | endif (${ARCH} STREQUAL "x86_64") | ||
11 | use_prebuilt_binary(fontconfig) | 8 | use_prebuilt_binary(fontconfig) |
12 | endif(LINUX) | 9 | endif(LINUX) |
13 | else (NOT STANDALONE) | 10 | else (NOT STANDALONE) |
14 | # Download there even when using standalone. | 11 | # Download there even when using standalone. |
15 | set(STANDALONE OFF) | 12 | set(STANDALONE OFF) |
16 | use_prebuilt_binary(vivox) | 13 | use_prebuilt_binary(vivox) |
17 | if(LINUX AND ${ARCH} STREQUAL "x86_64") | ||
18 | use_prebuilt_binary(32bitcompatibilitylibs) | ||
19 | endif(LINUX AND ${ARCH} STREQUAL "x86_64") | ||
20 | set(STANDALONE ON) | 14 | set(STANDALONE ON) |
21 | endif(NOT STANDALONE) | 15 | endif(NOT STANDALONE) |
22 | 16 | ||