diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-02 20:32:16 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-02 20:32:16 +0800 |
| commit | c34528ea43676af207fff563f095454538ad86ed (patch) | |
| tree | e90986cd14f7573ce25a2168e97504dc3e62bec2 /indra/newview | |
| parent | ec5fed6a7f1b677f6c11a3c66184bc56de58a279 (diff) | |
FMOD has been upgraded
and OpenAL & FreeALUT dynamic libraries are only bundled if
USE_OPENAL is ON on Flatpak.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/ViewerInstall.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake index 42d175fdaa..6c60d8cb79 100644 --- a/indra/newview/ViewerInstall.cmake +++ b/indra/newview/ViewerInstall.cmake @@ -241,7 +241,7 @@ if (LINUX) DESTINATION ${_LIB} ) endif () - if (USE_FLATPAK) + if (USE_FLATPAK AND USE_OPENAL) install( FILES ${ARCH_PREBUILT_DIRS_RELEASE}/libalut.so @@ -258,7 +258,7 @@ if (LINUX) FILES ${ARCH_PREBUILT_DIRS_RELEASE}/libfmod.so ${ARCH_PREBUILT_DIRS_RELEASE}/libfmod.so.13 - ${ARCH_PREBUILT_DIRS_RELEASE}/libfmod.so.13.34 + ${ARCH_PREBUILT_DIRS_RELEASE}/libfmod.so.13.35 DESTINATION ${_LIB} ) endif () |
