diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:20 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-10 00:48:20 +0000 |
commit | 4947062236f9abe280beac8ba8abea22f3d1d226 (patch) | |
tree | 7027e0bda90249cccb330c07233ed376e4fa2af1 /indra/newview | |
parent | e1de26e0972f1fed68ef34051192acda89a1df14 (diff) |
update apr and sdl archives for linux; added new archive db (needed for linux only).
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 9be3aa709b..68038121a0 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -934,12 +934,15 @@ class Linux_i686Manifest(LinuxManifest): self.path("libapr-1.so.0") self.path("libaprutil-1.so.0") self.path("libbreakpad_client.so.0.0.0", "libbreakpad_client.so.0") - self.path("libdb-4.2.so") + self.path("libdb-5.1.so") 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("libdirectfb-1.4.so.5") + self.path("libfusion-1.4.so.5") + self.path("libdirect-1.4.so.5") self.path("libELFIO.so") self.path("libopenjpeg.so.1.3.0", "libopenjpeg.so.1.3") self.path("libalut.so") |