summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-09-16 14:54:23 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-09-16 14:54:23 -0400
commitbee60281847e0d073554b0cd31a080ecad3aa5d1 (patch)
tree4e29f70a7c213d01ee6f1adeb3de75f1bb86ba7c /indra/newview
parente70d0b62eaed8270c36e6752ceaa9a824fa2a024 (diff)
SNOW-606 REVERT libuuid removal
backing out patch from SNOW-606 as it breaks the build on our linux build machines. Can be re-applied when our build machines get an updated version of libuuid.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 2da5aff8d6..8296c28e80 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -930,6 +930,7 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libexpat.so.1")
self.path("libglod.so")
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")