diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-17 11:21:15 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-09-17 11:21:15 -0400 |
commit | 27085e91fd97a4e641386ec54787c8c94bac909b (patch) | |
tree | eea06a3ab9ba5017bb4d8e7d1d7e0dbf5cbc319f /indra/newview | |
parent | 11c173368fd5720c7ea8b088f86081f8e51eeec6 (diff) | |
parent | d106f4c15bf1222e595dee1beadd05890f25fc4b (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
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 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") |