mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:13:31 +00:00
chore: migrate to qt tray for all platforms (#5260)
This commit is contained in:
@@ -283,7 +283,6 @@ function add_arch_deps() {
|
||||
'libdrm'
|
||||
'libevdev'
|
||||
'libmfx'
|
||||
'libnotify'
|
||||
'libpulse'
|
||||
'libva'
|
||||
'libx11'
|
||||
@@ -343,7 +342,6 @@ function add_debian_based_deps() {
|
||||
"libevdev-dev"
|
||||
"libgbm-dev"
|
||||
"libminiupnpc-dev"
|
||||
"libnotify-dev"
|
||||
"libnuma-dev"
|
||||
"libopus-dev"
|
||||
"libpipewire-0.3-dev"
|
||||
@@ -448,7 +446,6 @@ function add_fedora_deps() {
|
||||
"libcurl-devel"
|
||||
"libdrm-devel"
|
||||
"libevdev-devel"
|
||||
"libnotify-devel"
|
||||
"libX11-devel" # X11
|
||||
"libxcb-devel" # X11
|
||||
"libXcursor-devel" # X11
|
||||
|
||||
@@ -37,6 +37,8 @@ required_formulas=(
|
||||
"openssl@3"
|
||||
"opus"
|
||||
"llvm"
|
||||
"qtbase"
|
||||
"qtsvg"
|
||||
)
|
||||
|
||||
function _usage() {
|
||||
|
||||
Reference in New Issue
Block a user