aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/ViewerMiscLibs.cmake
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-12-05 16:22:37 +1000
committerDavid Walter Seikel2011-12-05 16:22:37 +1000
commit3823dbda902c1f68dd25055edca0602e1c74d804 (patch)
treebf6850779d234070ef71eae6e6e5ca27c7b54457 /linden/indra/cmake/ViewerMiscLibs.cmake
parentRevert "Another possible fix for misplaced HUDs?" (diff)
parentLinux: allow cross compiling the 32bit viewer on a x86_64 platform (diff)
downloadmeta-impy-3823dbda902c1f68dd25055edca0602e1c74d804.zip
meta-impy-3823dbda902c1f68dd25055edca0602e1c74d804.tar.gz
meta-impy-3823dbda902c1f68dd25055edca0602e1c74d804.tar.bz2
meta-impy-3823dbda902c1f68dd25055edca0602e1c74d804.tar.xz
Merge branch 'next' of git://github.com/ArminW/imprudence into next
Conflicts: linden/indra/newview/viewer_manifest.py Conflicted with the OTR stuff, simple fix.
Diffstat (limited to 'linden/indra/cmake/ViewerMiscLibs.cmake')
-rw-r--r--linden/indra/cmake/ViewerMiscLibs.cmake6
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)
13else (NOT STANDALONE) 10else (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)
21endif(NOT STANDALONE) 15endif(NOT STANDALONE)
22 16