diff options
author | McCabe Maxsted | 2010-11-05 18:29:09 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-05 18:29:09 -0700 |
commit | 85f9e62d515fd8b3c44ec665d147fcbdbc69b2ed (patch) | |
tree | e8e27cd0dc2ebf061c96da0efcfdc2fcd23ab478 /linden/indra | |
parent | Set can_edit_text attribute to true for the radar distance slider, fixed the ... (diff) | |
parent | fix: don't use untested libraries (diff) | |
download | meta-impy-85f9e62d515fd8b3c44ec665d147fcbdbc69b2ed.zip meta-impy-85f9e62d515fd8b3c44ec665d147fcbdbc69b2ed.tar.gz meta-impy-85f9e62d515fd8b3c44ec665d147fcbdbc69b2ed.tar.bz2 meta-impy-85f9e62d515fd8b3c44ec665d147fcbdbc69b2ed.tar.xz |
Merge remote branch 'armin/weekly' into weekly
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index e0f08b2..41495ca 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -1087,7 +1087,7 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1087 | self.path("libuuid.so", "libuuid.so.1") | 1087 | self.path("libuuid.so", "libuuid.so.1") |
1088 | self.path("libSDL-1.2.so.0") | 1088 | self.path("libSDL-1.2.so.0") |
1089 | self.path("libELFIO.so") | 1089 | self.path("libELFIO.so") |
1090 | self.path("libjpeg.so.62") | 1090 | self.path("libjpeg.so.7") |
1091 | self.path("libpng12.so.0") | 1091 | self.path("libpng12.so.0") |
1092 | self.path("libopenjpeg.so.2") | 1092 | self.path("libopenjpeg.so.2") |
1093 | self.path("libxml2.so.2") | 1093 | self.path("libxml2.so.2") |