diff options
author | Armin Weatherwax | 2010-09-03 15:23:46 +0200 |
---|---|---|
committer | Jacek Antonelli | 2010-09-16 21:09:11 -0500 |
commit | fc013f0c7495b87d6627c9d482a7556d96e65077 (patch) | |
tree | 45999568b5d5093b5bb2376316070746c6b378f1 /linden/indra/cmake/ViewerMiscLibs.cmake | |
parent | Removed Object-Object Occlusion shortcut as it interferes with the AO (diff) | |
download | meta-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.cmake | 3 |
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) | |||
4 | if (NOT STANDALONE) | 4 | 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(LINUX64) | ||
8 | use_prebuilt_binary(32bitcompatibilitylibs) | ||
9 | endif(LINUX64) | ||
7 | use_prebuilt_binary(fontconfig) | 10 | use_prebuilt_binary(fontconfig) |
8 | endif(NOT STANDALONE) | 11 | endif(NOT STANDALONE) |
9 | 12 | ||