summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2011-03-16 12:31:04 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2011-03-16 12:31:04 -0700
commitdc8092a5d47cebb63e7ed9d3bcd13ec8bf72d903 (patch)
treebd0bc2b723620eb1288fed07dd27bffc9e345740 /indra/newview
parentc5ce29c871a28c90691eb7391a176c5e0cbead91 (diff)
parente997db248f64597f0a643a622b210e5c9b79d07d (diff)
Merged: Comment out setting of TMP, do not recompute AUTOBUILD if it is already defined.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index addaafa494..dad0519a8a 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -938,7 +938,9 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libcrypto.so.0.9.8")
self.path("libexpat.so.1.5.2")
self.path("libssl.so.0.9.8")
- self.path("libuuid.so.1")
+ self.path("libuuid.so")
+ self.path("libuuid.so.16")
+ self.path("libuuid.so.16.0.22")
self.path("libSDL-1.2.so.0.11.3")
self.path("libdirectfb-1.4.so.5.0.4")
self.path("libfusion-1.4.so.5.0.4")
@@ -947,7 +949,11 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libopenjpeg.so.1")
self.path("libopenjpeg.so")
self.path("libalut.so")
- self.path("libopenal.so", "libopenal.so.1")
+ self.path("libalut.so.0")
+ self.path("libalut.so.0.0.0")
+ self.path("libopenal.so")
+ self.path("libopenal.so.1")
+ self.path("libopenal.so.1.12.854")
self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname
self.path("libfontconfig.so.1.4.4")
try: