fix(linux): headless monitors on wayland (#3783)

This commit is contained in:
Ondřej Glet
2025-04-14 15:56:21 +02:00
committed by GitHub
parent 86d7663927
commit b43a9b8efb
7 changed files with 359 additions and 130 deletions

View File

@@ -105,6 +105,7 @@ function add_debain_based_deps() {
"libcurl4-openssl-dev"
"libdrm-dev" # KMS
"libevdev-dev"
"libgbm-dev"
"libminiupnpc-dev"
"libnotify-dev"
"libnuma-dev"
@@ -175,6 +176,7 @@ function add_fedora_deps() {
"libXrandr-devel" # X11
"libXtst-devel" # X11
"mesa-libGL-devel"
"mesa-libgbm-devel"
"miniupnpc-devel"
"ninja-build"
"npm"