diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-08-28 08:47:13 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-08-28 08:47:13 +0800 | 
| commit | 2ba1754884802e0966baeb5ca324d6e3bdeabc77 (patch) | |
| tree | 315065f73313daf78260a3ed5ce119de1b2ffe8b | |
| parent | 94408352d5105e14bfa56a946b36e3b7d1b01637 (diff) | |
Fix FLTK dependency package name on Ubuntu
Must have missed when I was replacing the word "gtk" (on gtk2.0-0)
with the word "fltk".
| -rw-r--r-- | indra/newview/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 546e38b4d7..8e66b5774f 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2092,7 +2092,7 @@ if (LINUX)            CACHE STRING "Debian package dependencies.")          elseif (${LINUX_DISTRO} MATCHES ubuntu)            set(CPACK_DEBIAN_PACKAGE_DEPENDS -            "libalut0, libaprutil1t64, libboost-fiber1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-regex1.83.0, libboost-thread1.83.0, libcollada-dom2.5-dp0, libexpat1, libfltk2.0-0t64, libglu1-mesa, libhunspell-1.7-0, libmeshoptimizer2d, libnghttp2-14, libsdl2-2.0-0, liburiparser1, libvlc5, libvorbisenc2, libvorbisfile3, libxmlrpc-epi0t64, vlc-plugin-base" +            "libalut0, libaprutil1t64, libboost-fiber1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-regex1.83.0, libboost-thread1.83.0, libcollada-dom2.5-dp0, libexpat1, libfltk1.3t64, libglu1-mesa, libhunspell-1.7-0, libmeshoptimizer2d, libnghttp2-14, libsdl2-2.0-0, liburiparser1, libvlc5, libvorbisenc2, libvorbisfile3, libxmlrpc-epi0t64, vlc-plugin-base"            CACHE STRING "Debian package dependencies.")          endif (${LINUX_DISTRO} MATCHES debian)        elseif (${LINUX_DISTRO} MATCHES fedora OR (${LINUX_DISTRO} MATCHES opensuse-tumbleweed)) | 
