diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 13:36:11 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 13:36:11 +0100 |
commit | bec744b7e0b66db11244775d85627d54a4c1201e (patch) | |
tree | a6b01c722cf97ae7fd5b3bf7fb32145fc485df1a /indra/newview | |
parent | 832b548568326eaa1b66afcd35c9f7bea355b69b (diff) | |
parent | 2f7fa7ba205f6f473f816dd2e1b42d49090ddd50 (diff) |
merge backout.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index c447a977f0..08ba8c13b1 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -922,6 +922,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libcrypto.so.0.9.7") self.path("libexpat.so.1") self.path("libssl.so.0.9.7") + self.path("libuuid.so.1") self.path("libSDL-1.2.so.0") self.path("libELFIO.so") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") |