Merge remote-tracking branch 'sunshine/master'

This commit is contained in:
Yukino Song
2025-04-14 22:10:06 +08:00
18 changed files with 516 additions and 189 deletions

View File

@@ -105,6 +105,7 @@ function add_debian_based_deps() {
"libcurl4-openssl-dev"
"libdrm-dev" # KMS
"libevdev-dev"
"libgbm-dev"
"libminiupnpc-dev"
"libnotify-dev"
"libnuma-dev"
@@ -175,6 +176,7 @@ function add_fedora_deps() {
"libXrandr-devel" # X11
"libXtst-devel" # X11
"mesa-libGL-devel"
"mesa-libgbm-devel"
"miniupnpc-devel"
"ninja-build"
"npm"