diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 3 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 303609e..e2bb209 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -5,6 +5,9 @@ | |||
5 | 2009-02-02 Jacek Antonelli <jacek.antonelli@gmail.com> | 5 | 2009-02-02 Jacek Antonelli <jacek.antonelli@gmail.com> |
6 | 6 | ||
7 | * linden/indra/newview/viewer_manifest.py: | 7 | * linden/indra/newview/viewer_manifest.py: |
8 | Removed some unused libs from Linux manifest. | ||
9 | |||
10 | * linden/indra/newview/viewer_manifest.py: | ||
8 | Get AL libs from real libs dir, not vivox. | 11 | Get AL libs from real libs dir, not vivox. |
9 | 12 | ||
10 | * linden/indra/newview/viewer_manifest.py: | 13 | * linden/indra/newview/viewer_manifest.py: |
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index fda0baf..91f05d7 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -656,22 +656,18 @@ class Linux_i686Manifest(LinuxManifest): | |||
656 | self.path("app_settings/mozilla-runtime-linux-i686") | 656 | self.path("app_settings/mozilla-runtime-linux-i686") |
657 | 657 | ||
658 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): | 658 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): |
659 | # self.path("libfmod-3.75.so") | ||
660 | self.path("libapr-1.so.0") | 659 | self.path("libapr-1.so.0") |
661 | self.path("libaprutil-1.so.0") | 660 | self.path("libaprutil-1.so.0") |
662 | self.path("libdb-4.2.so") | 661 | self.path("libdb-4.2.so") |
663 | self.path("libcrypto.so.0.9.7") | 662 | self.path("libcrypto.so.0.9.7") |
664 | self.path("libexpat.so.1") | 663 | self.path("libexpat.so.1") |
665 | self.path("libssl.so.0.9.7") | 664 | self.path("libssl.so.0.9.7") |
666 | # self.path("libstdc++.so.6") | ||
667 | self.path("libuuid.so", "libuuid.so.1") | 665 | self.path("libuuid.so", "libuuid.so.1") |
668 | self.path("libSDL-1.2.so.0") | 666 | self.path("libSDL-1.2.so.0") |
669 | self.path("libELFIO.so") | 667 | self.path("libELFIO.so") |
670 | self.path("libopenjpeg.so.2") | 668 | self.path("libopenjpeg.so.2") |
671 | self.path("libopenal.so.1") | 669 | self.path("libopenal.so.1") |
672 | self.path("libalut.so") | 670 | self.path("libalut.so") |
673 | #self.path("libtcmalloc.so.0") - bugged | ||
674 | #self.path("libstacktrace.so.0") - probably bugged | ||
675 | self.end_prefix("lib") | 671 | self.end_prefix("lib") |
676 | 672 | ||
677 | # Vivox runtimes | 673 | # Vivox runtimes |