diff options
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 0008e45..719c34e 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -1118,8 +1118,10 @@ class Linux_i686Manifest(LinuxManifest): | |||
1118 | 1118 | ||
1119 | #self.end_prefix("gstreamer-plugins") | 1119 | #self.end_prefix("gstreamer-plugins") |
1120 | 1120 | ||
1121 | self.path("libotr.so.2.2.0") | 1121 | # [$PLOTR$] these two are not needed when STATIC_LIBOTR_ETC is on in .../linden/indra/CMakeLists.txt |
1122 | self.path("libotr.so.2") | 1122 | # self.path("libotr.so.2.2.0") |
1123 | # self.path("libotr.so.2") | ||
1124 | # [/$PLOTR$] | ||
1123 | self.end_prefix("lib") | 1125 | self.end_prefix("lib") |
1124 | 1126 | ||
1125 | # Vivox runtimes and libs | 1127 | # Vivox runtimes and libs |
@@ -1252,8 +1254,10 @@ class Linux_x86_64Manifest(LinuxManifest): | |||
1252 | #self.path("libgstwavparse.so") | 1254 | #self.path("libgstwavparse.so") |
1253 | 1255 | ||
1254 | #self.end_prefix("gstreamer-plugins") | 1256 | #self.end_prefix("gstreamer-plugins") |
1255 | self.path("libotr.so.2.2.0") | 1257 | # [$PLOTR$] these two are not needed when STATIC_LIBOTR_ETC is on in .../linden/indra/CMakeLists.txt |
1256 | self.path("libotr.so.2") | 1258 | # self.path("libotr.so.2.2.0") |
1259 | # self.path("libotr.so.2") | ||
1260 | # [/$PLOTR$] | ||
1257 | self.end_prefix("lib64") | 1261 | self.end_prefix("lib64") |
1258 | 1262 | ||
1259 | 1263 | ||