Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -271,6 +274,7 @@ function add_debian_deps() {
add_debian_based_deps
dependencies+=(
"libayatana-appindicator3-dev"
"systemd-dev"
)
}

Expand Down
Loading