Add missing dependencies for tray icon support (#1712)
This commit is contained in:
parent
56d13bc7e8
commit
26261c18b6
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ if(${SUNSHINE_TRAY} STREQUAL 1)
|
|||
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
|
||||
${CPACK_DEBIAN_PACKAGE_DEPENDS}, \
|
||||
libappindicator3-1")
|
||||
libayatana-appindicator3-1, \
|
||||
libnotify4")
|
||||
set(CPACK_RPM_PACKAGE_REQUIRES "\
|
||||
${CPACK_RPM_PACKAGE_REQUIRES}, \
|
||||
libappindicator-gtk3 >= 12.10.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue