summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2012-01-17 23:20:44 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2012-01-17 23:20:44 +0200
commit3b81e882897e1b161e4becaafaf3fc93d482ce65 (patch)
tree2b524840f25b8b935207ec334559c560e166db4b /indra
parentf9a17df4d3ec9e0301b287e0a0df6ac1f8ede1ca (diff)
EXP-1807 FIXED Linux viewer didn't start due to "libSDL-1.2.so.0: cannot open shared object file".
Package the missing symlink.
Diffstat (limited to 'indra')
-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 0931c4ec9b..089b17149d 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1047,6 +1047,7 @@ 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("libfusion-1.4.so.5.0.4")
self.path("libdirect-1.4.so.5.0.4")