mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
test(tray): add system tray tests (#4221)
This commit is contained in:
@@ -336,6 +336,7 @@ function add_debian_based_deps() {
|
||||
"git"
|
||||
"glslang-tools" # Vulkan shader compiler
|
||||
"graphviz"
|
||||
"imagemagick" # necessary for system tray screenshots in unit tests
|
||||
"libcap-dev" # KMS
|
||||
"libcurl4-openssl-dev"
|
||||
"libdrm-dev" # KMS
|
||||
@@ -441,6 +442,7 @@ function add_fedora_deps() {
|
||||
"git"
|
||||
"glslc"
|
||||
"graphviz"
|
||||
"ImageMagick" # necessary for system tray screenshots in unit tests
|
||||
"libappstream-glib"
|
||||
"libcap-devel"
|
||||
"libcurl-devel"
|
||||
|
||||
Reference in New Issue
Block a user