From ef5eeaba20b3a9473fe2955dea75de0e42c88f70 Mon Sep 17 00:00:00 2001 From: secretfoxtail Date: Sat, 7 Sep 2024 07:41:12 -0600 Subject: OpenSUSE Tumbleweed package requirements Add openSUSE Tumbleweed package requirements --- indra/newview/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra') diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 2a3e49c6f9..25da7612a0 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2112,6 +2112,9 @@ if (LINUX) "apr-util, boost-fiber, boost-program-options, boost-regex, boost-thread, collada-dom, expat, fltk, mesa-libGLU, hunspell, libnghttp2, openjpeg2, SDL2, uriparser, vlc-libs, vlc-plugins-base, libvorbis, xmlrpc-epi" 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_regex1_85_0, libboost_thread1_85_0, libcollada-dom2_5-dp0, expat, libfltk1_3, libGLU1, libhunspell-1_7-0, libjsoncpp25, 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) endif (PACKAGE) -- cgit v1.2.3