summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorsecretfoxtail <remmy@megapahit.net>2025-03-03 07:51:54 -0700
committersecretfoxtail <remmy@megapahit.net>2025-03-03 07:51:54 -0700
commitf94b1dbf24c04969d318040836f0512d57993088 (patch)
tree9b53adada2c3e89c1ce98d8bdce9e2010259212f /indra
parente566f9760246a54fda4dadade08d5ef15b5d8fc2 (diff)
CMakeLists.txt - tumbleweed update
Update libboost for tumbleweed CPACK_RPM_PACKAGE_REQUIRES
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 0f69d1525e..b54ec7f035 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2163,7 +2163,7 @@ if (LINUX)
CACHE STRING "RPM package requirements.")
elseif (${LINUX_DISTRO} MATCHES opensuse-tumbleweed)
set(CPACK_RPM_PACKAGE_REQUIRES
- "libapr-util1-0, libboost_fiber1_86_0, libboost_program_options1_86_0, libboost_regex1_86_0, libboost_thread1_86_0, expat, libfltk1_3, libGLU1, libhunspell-1_7-0, libnghttp2-14, libSDL2-2_0-0, liburiparser1, libvlc5, vlc-codecs, libvorbis0"
+ "libapr-util1-0, libboost_fiber1_87_0, libboost_program_options1_87_0, libboost_regex1_87_0, libboost_thread1_87_0, expat, libfltk1_3, libGLU1, libhunspell-1_7-0, libnghttp2-14, libSDL2-2_0-0, liburiparser1, libvlc5, vlc-codecs, libvorbis0"
CACHE STRING "RPM package requirements.")
endif (${LINUX_DISTRO} MATCHES fedora)
elseif (${LINUX_DISTRO} MATCHES arch)