From 46e491e70c4f6d55a50971eb72e484566091d299 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:07:04 -0400 Subject: [PATCH] fix(FreeBSD): Qt6 tray dependency package Replace incorrect `x11-toolkits/qt6-widgets` with the correct `devel/qt6-base` FreeBSD package for Qt6 tray support. --- cmake/packaging/linux.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/packaging/linux.cmake b/cmake/packaging/linux.cmake index b3f675d295a..f6dfcda7ba9 100644 --- a/cmake/packaging/linux.cmake +++ b/cmake/packaging/linux.cmake @@ -166,7 +166,7 @@ if(${SUNSHINE_TRAY} STREQUAL 1) qt6-qtsvg" ) list(APPEND CPACK_FREEBSD_PACKAGE_DEPS - x11-toolkits/qt6-widgets + devel/qt6-base graphics/qt6-svg ) else()