summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-09-14 19:47:00 +0000
committerGitHub <noreply@github.com>2021-09-14 19:47:00 +0000
commit990f3f81f064f572aa0e6a528cfb3eb5215b88a4 (patch)
tree4100aee4fa00dfc50f5a3405ad23f38185ede860
parentcf35a2019162c6055e4a4c152976a424ba10869d (diff)
downloadalacritty-990f3f81f064f572aa0e6a528cfb3eb5215b88a4.tar.gz
alacritty-990f3f81f064f572aa0e6a528cfb3eb5215b88a4.zip
Add libxkbcommon-dev to openSUSE dependencies
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index c3be2eb5..a1acfb9b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -125,7 +125,7 @@ a `zypper` command that should install all of them. If something is
still found to be missing, please open an issue.
```sh
-zypper install cmake freetype-devel fontconfig-devel libxcb-devel
+zypper install cmake freetype-devel fontconfig-devel libxcb-devel libxkbcommon-dev
```
#### Slackware