diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-02-09 14:29:09 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-02-09 14:29:09 -0500 | 
| commit | b362f247ce452c534f4b0868cbba06b9215c1c8f (patch) | |
| tree | 144d64c6e70c55880e27c42b33d3d5c967c87c0a | |
| parent | ae6440eecc4d6c018a3634c2c06052757bde962f (diff) | |
included libopenal in linux package
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index a20ca8802a..32cf9d3df6 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1090,7 +1090,7 @@ class Linux_i686_Manifest(LinuxManifest):              self.path("libdirect-1.4.so.5*")              self.path("libhunspell-1.3.so*")              self.path("libalut.so*") -            self.path("libopenal.so", "libopenal.so.1") +            self.path("libopenal.so*")              self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname              # KLUDGE: As of 2012-04-11, the 'fontconfig' package installs              # libfontconfig.so.1.4.4, along with symlinks libfontconfig.so.1 | 
