Skip to content

Commit 8372c37

Browse files
fix(linux): service file for Trixie (#4319)
Co-authored-by: PVermeer <23457923+PVermeer@users.noreply.github.com>
1 parent b97b742 commit 8372c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/linux_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ function add_debian_based_deps() {
237237
"libopus-dev"
238238
"libpulse-dev"
239239
"libssl-dev"
240+
"libsystemd-dev"
241+
"libudev-dev"
240242
"libwayland-dev" # Wayland
241243
"libx11-dev" # X11
242244
"libxcb-shm0-dev" # X11
@@ -247,6 +249,7 @@ function add_debian_based_deps() {
247249
"libxtst-dev" # X11
248250
"ninja-build"
249251
"npm" # web-ui
252+
"systemd"
250253
"udev"
251254
"wget" # necessary for cuda install with `run` file
252255
"xvfb" # necessary for headless unit testing
@@ -271,6 +274,7 @@ function add_debian_deps() {
271274
add_debian_based_deps
272275
dependencies+=(
273276
"libayatana-appindicator3-dev"
277+
"systemd-dev"
274278
)
275279
}
276280

0 commit comments

Comments
 (0)