chore: migrate to qt tray for all platforms (#5260)

This commit is contained in:
Dave Lane
2026-07-28 22:22:43 -04:00
committed by GitHub
parent e2074c6d62
commit 089f15d4b6
16 changed files with 113 additions and 27 deletions
-3
View File
@@ -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
+2
View File
@@ -37,6 +37,8 @@ required_formulas=(
"openssl@3"
"opus"
"llvm"
"qtbase"
"qtsvg"
)
function _usage() {