diff options
| author | secretfoxtail <remmy@megapahit.net> | 2024-09-07 07:41:12 -0600 | 
|---|---|---|
| committer | secretfoxtail <remmy@megapahit.net> | 2024-09-07 07:41:12 -0600 | 
| commit | ef5eeaba20b3a9473fe2955dea75de0e42c88f70 (patch) | |
| tree | 9f503251fda30973af6ac8a9f69772f48a688358 /indra | |
| parent | 6878e66c812b19e7b2aa2bc5dd9d52cafcd7aef9 (diff) | |
OpenSUSE Tumbleweed package requirements
Add openSUSE Tumbleweed package requirements
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/CMakeLists.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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) | 
