diff options
author | Chris Coutinho <chrisbcoutinho@gmail.com> | 2019-04-30 13:47:48 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-30 11:47:48 +0000 |
commit | 66fb7cb3275b9a9a8505a6919856bc110ed5a06c (patch) | |
tree | fce7242d8d63504da46b9ffe3dd2c8fb4fe4d0c6 | |
parent | bf353059a0f10bbccec754deb0e182cec3f6efe0 (diff) | |
download | alacritty-66fb7cb3275b9a9a8505a6919856bc110ed5a06c.tar.gz alacritty-66fb7cb3275b9a9a8505a6919856bc110ed5a06c.zip |
Add libxcb-devel dependency to INSTALL.md for openSUSE
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,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 +zypper install cmake freetype-devel fontconfig-devel libxcb-devel ``` #### Slackware |