add libxkbcommon-x11-0 to the default linux dependencies (#11060)

# Objective

- After #10702, it seems `libxkbcommon-x11-0` is now a default
dependency
```
2023-12-21T14:13:14.876926Z  INFO log: Failed loading `libxkbcommon-x11.so.0`. Error: CantOpen(DlOpen { desc: "libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory" })   
```

## Solution

- Add the new dependency on linux
This commit is contained in:
François 2023-12-22 00:14:05 +01:00 committed by GitHub
parent 80f15e0dbb
commit 049de6fcbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ jobs:
run: |
sudo apt-get update;
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \
libasound2-dev libudev-dev;
libasound2-dev libudev-dev libxkbcommon-x11-0;
- name: install xvfb, llvmpipe and lavapipe
run: |
sudo apt-get update -y -qq

View file

@ -7,7 +7,7 @@ If you don't see your distro present in the list, feel free to add the instructi
## [Ubuntu](https://ubuntu.com/)
```bash
sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev
sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0
```
if using Wayland, you will also need to install