aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/ViewerMiscLibs.cmake
diff options
context:
space:
mode:
authorArmin Weatherwax2010-09-03 15:23:46 +0200
committerJacek Antonelli2010-09-16 21:09:11 -0500
commitfc013f0c7495b87d6627c9d482a7556d96e65077 (patch)
tree45999568b5d5093b5bb2376316070746c6b378f1 /linden/indra/cmake/ViewerMiscLibs.cmake
parentRemoved Object-Object Occlusion shortcut as it interferes with the AO (diff)
downloadmeta-impy-fc013f0c7495b87d6627c9d482a7556d96e65077.zip
meta-impy-fc013f0c7495b87d6627c9d482a7556d96e65077.tar.gz
meta-impy-fc013f0c7495b87d6627c9d482a7556d96e65077.tar.bz2
meta-impy-fc013f0c7495b87d6627c9d482a7556d96e65077.tar.xz
linux64: fetch 32 bit libraries required for voice
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/ViewerMiscLibs.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake
index 7bd306b..4a62ebd 100644
--- a/linden/indra/cmake/ViewerMiscLibs.cmake
+++ b/linden/indra/cmake/ViewerMiscLibs.cmake
@@ -4,6 +4,9 @@ include(Prebuilt)
4if (NOT STANDALONE) 4if (NOT STANDALONE)
5 use_prebuilt_binary(libuuid) 5 use_prebuilt_binary(libuuid)
6 use_prebuilt_binary(vivox) 6 use_prebuilt_binary(vivox)
7 if(LINUX64)
8 use_prebuilt_binary(32bitcompatibilitylibs)
9 endif(LINUX64)
7 use_prebuilt_binary(fontconfig) 10 use_prebuilt_binary(fontconfig)
8endif(NOT STANDALONE) 11endif(NOT STANDALONE)
9 12