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
commit b43a9b8efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"