diff options
author | Richard Linden <none@none> | 2012-01-18 14:43:38 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-01-18 14:43:38 -0800 |
commit | 9f28dedc85b20e46338232a4aa91903bd6744ce1 (patch) | |
tree | 064f4337ae6d4245b641e18803395eb589da8185 /indra/newview/viewer_manifest.py | |
parent | 2c2ada26fe215e8f0a518f9aec30aa480d5ebbc6 (diff) | |
parent | a1b200878fdc517252506a19f71432ab956086c2 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rw-r--r-- | indra/newview/viewer_manifest.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 0931c4ec9b..9bf755c8f8 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1047,9 +1047,13 @@ class Linux_i686Manifest(LinuxManifest): self.path("libuuid.so.16") self.path("libuuid.so.16.0.22") self.path("libSDL-1.2.so.0.11.3") + self.path("libSDL-1.2.so.0") self.path("libdirectfb-1.4.so.5.0.4") + self.path("libdirectfb-1.4.so.5") self.path("libfusion-1.4.so.5.0.4") + self.path("libfusion-1.4.so.5") self.path("libdirect-1.4.so.5.0.4") + self.path("libdirect-1.4.so.5") self.path("libopenjpeg.so.1.4.0") self.path("libopenjpeg.so.1") self.path("libopenjpeg.so") |