aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2009-11-04 02:38:55 -0600
committerJacek Antonelli2009-11-04 02:38:55 -0600
commitdbc0b9253a9a99a526566f0b12cf2c33bd3ae343 (patch)
tree5ea6a198a01babbe90a687498c87ebfd5dc511fd /linden/indra/newview/viewer_manifest.py
parentAdded a bunch of Linux libs to viewer_manifest.py. (diff)
downloadmeta-impy-dbc0b9253a9a99a526566f0b12cf2c33bd3ae343.zip
meta-impy-dbc0b9253a9a99a526566f0b12cf2c33bd3ae343.tar.gz
meta-impy-dbc0b9253a9a99a526566f0b12cf2c33bd3ae343.tar.bz2
meta-impy-dbc0b9253a9a99a526566f0b12cf2c33bd3ae343.tar.xz
Created our own Linux fontconfig package, 2.3.7.
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 6bcfef6..98398f9 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -806,7 +806,7 @@ class Linux_i686Manifest(LinuxManifest):
806 # GTK+ and dependencies 806 # GTK+ and dependencies
807 self.path("libatk-1.0.so.0") 807 self.path("libatk-1.0.so.0")
808 self.path("libcairo.so.2") 808 self.path("libcairo.so.2")
809 self.path("libfontconfig.so", "libfontconfig.so.1") 809 self.path("libfontconfig.so.1")
810 self.path("libfreetype.so.6") 810 self.path("libfreetype.so.6")
811 self.path("libgdk_pixbuf-2.0.so.0") 811 self.path("libgdk_pixbuf-2.0.so.0")
812 self.path("libgdk-x11-2.0.so.0") 812 self.path("libgdk-x11-2.0.so.0")