summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsecretfoxtail <remmy@megapahit.net>2024-09-07 08:08:00 -0600
committersecretfoxtail <remmy@megapahit.net>2024-09-07 08:08:00 -0600
commita1df355dde31a899163c87f53365592730e2335d (patch)
tree9f5eabb52679beb210f353378568791cb48b75df
parent5d75d75aa7535244d831e8e919ac499fbe8d7672 (diff)
Tumbleweed: add libboost_program_options1_85_0
Add libboost_program_options1_85_0 to tumbleweed package requires
-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 dfcf12139d..efa541d4cc 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2113,7 +2113,7 @@ if (LINUX)
CACHE STRING "RPM package requirements.")
elseif (${LINUX_DISTRO} MATCHES opensuse-tumbleweed)
set(CPACK_RPM_PACKAGE_REQUIRES
- "libapr-util1-0, libboost_fiber1_85_0, libboost_regex1_85_0, libboost_thread1_85_0, expat, libfltk1_3, libGLU1, libhunspell-1_7-0, libnghttp2-14, openjpeg2, libSDL2-2_0-0, liburiparser1, libvlc5, vlc-codecs, libvorbis0"
+ "libapr-util1-0, libboost_fiber1_85_0, libboost_regex1_85_0, libboost_thread1_85_0, libboost_program_options1_85_0, expat, libfltk1_3, libGLU1, libhunspell-1_7-0, libnghttp2-14, openjpeg2, libSDL2-2_0-0, liburiparser1, libvlc5, vlc-codecs, libvorbis0"
CACHE STRING "RPM package requirements.")
endif (${LINUX_DISTRO} MATCHES fedora)
endif (${LINUX_DISTRO} MATCHES debian OR ${LINUX_DISTRO} MATCHES ubuntu)