diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-09-14 19:47:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 19:47:00 +0000 |
commit | 990f3f81f064f572aa0e6a528cfb3eb5215b88a4 (patch) | |
tree | 4100aee4fa00dfc50f5a3405ad23f38185ede860 /INSTALL.md | |
parent | cf35a2019162c6055e4a4c152976a424ba10869d (diff) | |
download | alacritty-990f3f81f064f572aa0e6a528cfb3eb5215b88a4.tar.gz alacritty-990f3f81f064f572aa0e6a528cfb3eb5215b88a4.zip |
Add libxkbcommon-dev to openSUSE dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |