mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-29 03:12:57 +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"
|
"libopus-dev"
|
||||||
"libpulse-dev"
|
"libpulse-dev"
|
||||||
"libssl-dev"
|
"libssl-dev"
|
||||||
|
"libsystemd-dev"
|
||||||
|
"libudev-dev"
|
||||||
"libwayland-dev" # Wayland
|
"libwayland-dev" # Wayland
|
||||||
"libx11-dev" # X11
|
"libx11-dev" # X11
|
||||||
"libxcb-shm0-dev" # X11
|
"libxcb-shm0-dev" # X11
|
||||||
@ -247,6 +249,7 @@ function add_debian_based_deps() {
|
|||||||
"libxtst-dev" # X11
|
"libxtst-dev" # X11
|
||||||
"ninja-build"
|
"ninja-build"
|
||||||
"npm" # web-ui
|
"npm" # web-ui
|
||||||
|
"systemd"
|
||||||
"udev"
|
"udev"
|
||||||
"wget" # necessary for cuda install with `run` file
|
"wget" # necessary for cuda install with `run` file
|
||||||
"xvfb" # necessary for headless unit testing
|
"xvfb" # necessary for headless unit testing
|
||||||
@ -271,6 +274,7 @@ function add_debian_deps() {
|
|||||||
add_debian_based_deps
|
add_debian_based_deps
|
||||||
dependencies+=(
|
dependencies+=(
|
||||||
"libayatana-appindicator3-dev"
|
"libayatana-appindicator3-dev"
|
||||||
|
"systemd-dev"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user