From db0f4b5b948114fc0d471441cd097e5a3e9566d9 Mon Sep 17 00:00:00 2001 From: Tim Hourigan <1819176+timhourigan@users.noreply.github.com> Date: Mon, 28 Jun 2021 00:41:58 +0100 Subject: Add libxkbcommon-dev to debian INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit