diff options
author | Andrew de Laix <alain@lindenlab.com> | 2011-03-11 00:27:44 +0000 |
---|---|---|
committer | Andrew de Laix <alain@lindenlab.com> | 2011-03-11 00:27:44 +0000 |
commit | 353c54d6682614ad62d73ace66146602d6682584 (patch) | |
tree | 85b948f1f220f48bfe4f7c50129f45c18d84bc3c /indra/newview/viewer_manifest.py | |
parent | 2ed71097ab67f84b67e575fbcbf790a1a8c56f6d (diff) |
update fontconfig archive for linux.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-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 dd347c2778..055bff378d 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -947,6 +947,7 @@ class Linux_i686Manifest(LinuxManifest): self.path("libalut.so") self.path("libopenal.so", "libopenal.so.1") self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname + self.path("libfontconfig.so.1.4.4") try: self.path("libfmod-3.75.so") pass |