summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hourigan <1819176+timhourigan@users.noreply.github.com>2021-06-28 00:41:58 +0100
committerGitHub <noreply@github.com>2021-06-27 23:41:58 +0000
commitdb0f4b5b948114fc0d471441cd097e5a3e9566d9 (patch)
treef6ee48867b9f7c69eb1f8cbad0180cd78078b6d8
parente0b9771dbcab56f666daa3bd02fc7a889107ccfa (diff)
Add libxkbcommon-dev to debian INSTALL.md
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d12b1639..1fdef5f0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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