diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-17 23:20:44 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-17 23:20:44 +0200 |
commit | 3b81e882897e1b161e4becaafaf3fc93d482ce65 (patch) | |
tree | 2b524840f25b8b935207ec334559c560e166db4b /indra | |
parent | f9a17df4d3ec9e0301b287e0a0df6ac1f8ede1ca (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.py | 1 |
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") |