diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-09-06 18:50:07 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-09-06 18:50:07 +0800 |
| commit | f345f390f4c7d6d53cf2d152e55a4acfe9969e21 (patch) | |
| tree | 05fd30f1f28a9f1905ab4ab7c3c01537704e16bc /indra | |
| parent | b80a08d78350c1b34ba743c3c903f45e0dd81151 (diff) | |
https://wiki.libsdl.org/SDL3/SDL_HINT_FILE_DIALOG_DRIVER
Between portal and zenity, zenity seems to be the smaller dependency.
Diffstat (limited to 'indra')
| -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 c68ba0001c..a050ded150 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2458,7 +2458,7 @@ elseif (CMAKE_SYSTEM_NAME MATCHES FreeBSD AND PACKAGE) CACHE STRING "FreeBSD package maintainer.") set(CPACK_FREEBSD_PACKAGE_ORIGIN net/${VIEWER_BINARY_NAME} CACHE STRING "FreeBSD package origin.") - set(CPACK_FREEBSD_PACKAGE_DEPS "audio/freealut;devel/apr;devel/boost-libs;x11-toolkits/fltk;textproc/hunspell;misc/meshoptimizer;archivers/minizip;www/libnghttp2;graphics/openjpeg;devel/sdl2;multimedia/vlc;audio/libvorbis" + set(CPACK_FREEBSD_PACKAGE_DEPS "audio/freealut;devel/apr;devel/boost-libs;x11-toolkits/fltk;textproc/hunspell;misc/meshoptimizer;archivers/minizip;www/libnghttp2;graphics/openjpeg;devel/sdl2;multimedia/vlc;audio/libvorbis;x11/zenity" CACHE STRING "FreeBSD package dependencies.") endif (LINUX) |
