fix(linux): headless monitors on wayland (#3783)
This commit is contained in:
parent
86d7663927
commit
b43a9b8efb
7 changed files with 359 additions and 130 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue