mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Add libxkbcommon-dev to debian INSTALL.md
This commit is contained in:
parent
e0b9771dbc
commit
db0f4b5b94
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ to build Alacritty. Here's an apt command that should install all of them. If
|
|||
something is still found to be missing, please open an issue.
|
||||
|
||||
```sh
|
||||
apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev python3
|
||||
apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
|
||||
```
|
||||
|
||||
#### Arch Linux
|
||||
|
|
Loading…
Reference in a new issue