We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b742 commit 8372c37Copy full SHA for 8372c37
scripts/linux_build.sh
@@ -237,6 +237,8 @@ function add_debian_based_deps() {
237
"libopus-dev"
238
"libpulse-dev"
239
"libssl-dev"
240
+ "libsystemd-dev"
241
+ "libudev-dev"
242
"libwayland-dev" # Wayland
243
"libx11-dev" # X11
244
"libxcb-shm0-dev" # X11
@@ -247,6 +249,7 @@ function add_debian_based_deps() {
247
249
"libxtst-dev" # X11
248
250
"ninja-build"
251
"npm" # web-ui
252
+ "systemd"
253
"udev"
254
"wget" # necessary for cuda install with `run` file
255
"xvfb" # necessary for headless unit testing
@@ -271,6 +274,7 @@ function add_debian_deps() {
271
274
add_debian_based_deps
272
275
dependencies+=(
273
276
"libayatana-appindicator3-dev"
277
+ "systemd-dev"
278
)
279
}
280
0 commit comments