From 2eaac54422b45cc3467f579d4e7cdcc3dea432ac Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 8 Sep 2024 16:17:41 -0400 Subject: [PATCH] Attempt linux --- indra/cmake/Copy3rdPartyLibs.cmake | 8 -------- indra/newview/viewer_manifest.py | 2 -- 2 files changed, 10 deletions(-) diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index c1f06804712..1a35a2c07b1 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -183,14 +183,6 @@ elseif(LINUX) ${EXPAT_COPY} ) - if( USE_AUTOBUILD_3P ) - list( APPEND release_files - libjpeg.so - libjpeg.so.8 - libjpeg.so.8.3.2 - ) - endif() - if (TARGET ll::fmodstudio) list(APPEND debug_files libfmodL.so) list(APPEND release_files libfmod.so) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4746a6e6cdc..fd4c1df6be9 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1316,7 +1316,6 @@ def construct(self): with self.prefix(src=relpkgdir, dst="lib"): self.path("libSDL2*.so*") self.path("libopenjp2.*so*") - self.path("libjpeg.so*") if self.args['openal'] == 'ON' or self.args['openal'] == 'TRUE': self.path("libalut.so*") @@ -1354,7 +1353,6 @@ def construct(self): with self.prefix(src=relpkgdir, dst="lib"): self.path("libSDL2*.so*") self.path("libopenjp2.*so*") - self.path("libjpeg.so*") self.path("libsdbus-c++.so*") if self.args['openal'] == 'ON' or self.args['openal'] == 'TRUE': -- GitLab