From 50d48f33b0c45659ca48ff671f17400c7d94a726 Mon Sep 17 00:00:00 2001 From: Rye Cogtail <rye@alchemyviewer.org> Date: Mon, 22 May 2023 02:30:06 -0400 Subject: [PATCH] Fix build --- indra/newview/viewer_manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 8d02a34d3ad..8ecd4eed745 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1212,6 +1212,7 @@ def construct(self): 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': self.path("libalut.so*") -- GitLab