Add libxkbcommon to INSTALL.md dependencies

Fixes #5320.
This commit is contained in:
Christian Duerr 2021-07-12 01:34:37 +00:00 committed by GitHub
parent 4c9ecd3479
commit 01a7ad946e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ On Arch Linux, you need a few extra libraries to build Alacritty. Here's a
to be missing, please open an issue.
```sh
pacman -S cmake freetype2 fontconfig pkg-config make libxcb
pacman -S cmake freetype2 fontconfig pkg-config make libxcb libxkbcommon
```
#### Fedora
@ -101,7 +101,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
dnf install cmake freetype-devel fontconfig-devel libxcb-devel g++
dnf install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel g++
```
#### CentOS/RHEL 7
@ -111,7 +111,7 @@ command that should install all of them. If something is still found to be
missing, please open an issue.
```sh
yum install cmake freetype-devel fontconfig-devel libxcb-devel xcb-util-devel
yum install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel xcb-util-devel
yum group install "Development Tools"
```