mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-28 19:02:30 +00:00
fix(linux): service file for Trixie (#4319)
Co-authored-by: PVermeer <23457923+PVermeer@users.noreply.github.com>
This commit is contained in:
parent
b97b742e25
commit
8372c37046
@ -237,6 +237,8 @@ function add_debian_based_deps() {
|
||||
"libopus-dev"
|
||||
"libpulse-dev"
|
||||
"libssl-dev"
|
||||
"libsystemd-dev"
|
||||
"libudev-dev"
|
||||
"libwayland-dev" # Wayland
|
||||
"libx11-dev" # X11
|
||||
"libxcb-shm0-dev" # X11
|
||||
@ -247,6 +249,7 @@ function add_debian_based_deps() {
|
||||
"libxtst-dev" # X11
|
||||
"ninja-build"
|
||||
"npm" # web-ui
|
||||
"systemd"
|
||||
"udev"
|
||||
"wget" # necessary for cuda install with `run` file
|
||||
"xvfb" # necessary for headless unit testing
|
||||
@ -271,6 +274,7 @@ function add_debian_deps() {
|
||||
add_debian_based_deps
|
||||
dependencies+=(
|
||||
"libayatana-appindicator3-dev"
|
||||
"systemd-dev"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user