diff options
author | Jacek Antonelli | 2010-05-06 04:10:09 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-05-06 04:10:09 -0500 |
commit | 6d8ea1bd93d132a462594bf1b6c92103e1c020e7 (patch) | |
tree | e59c1929003d9fa30b94760eeab2f1c3dc8d0d5f /linden/indra | |
parent | Fixed a subprocess usage bug in make_changelog.py. @nochangelog (diff) | |
download | meta-impy-6d8ea1bd93d132a462594bf1b6c92103e1c020e7.zip meta-impy-6d8ea1bd93d132a462594bf1b6c92103e1c020e7.tar.gz meta-impy-6d8ea1bd93d132a462594bf1b6c92103e1c020e7.tar.bz2 meta-impy-6d8ea1bd93d132a462594bf1b6c92103e1c020e7.tar.xz |
Added some missing Mac libs to the manifest (libpng12, libvorbisfile).
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 8c907a3..b143614 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -553,12 +553,14 @@ class DarwinManifest(ViewerManifest): | |||
553 | self.path("libxml2.2.dylib") | 553 | self.path("libxml2.2.dylib") |
554 | self.path("libintl.3.dylib") | 554 | self.path("libintl.3.dylib") |
555 | self.path("libjpeg.62.dylib") | 555 | self.path("libjpeg.62.dylib") |
556 | self.path("libpng12.0.dylib") | ||
556 | self.path("libneon.27.dylib") | 557 | self.path("libneon.27.dylib") |
557 | self.path("libogg.0.dylib") | 558 | self.path("libogg.0.dylib") |
558 | self.path("liboil-0.3.0.dylib") | 559 | self.path("liboil-0.3.0.dylib") |
559 | self.path("libtheora.0.dylib") | 560 | self.path("libtheora.0.dylib") |
560 | self.path("libvorbis.0.dylib") | 561 | self.path("libvorbis.0.dylib") |
561 | self.path("libvorbisenc.2.dylib") | 562 | self.path("libvorbisenc.2.dylib") |
563 | self.path("libvorbisfile.3.dylib") | ||
562 | 564 | ||
563 | self.end_prefix("../../libraries/universal-darwin/lib_release") | 565 | self.end_prefix("../../libraries/universal-darwin/lib_release") |
564 | 566 | ||