aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-05 08:47:38 +0100
committerGitHub <noreply@github.com>2018-05-05 08:47:38 +0100
commit1265eff9b3376a260dfe070b3cba2433efbe084c (patch)
tree69639e88decde651a2e232e55757cdf46c79a50e /README.md
parenta5e70a2ac92806c5d773a76ac76912f9807eba2d (diff)
parent1cd2141f8e3c97f3b71d1f03fbc80a762009adf2 (diff)
Merge pull request #954 from kkartaltepe/readme-fix
Fix xcb/xkb swap in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8ab2422e..08844313 100644
--- a/README.md
+++ b/README.md
@@ -59,15 +59,15 @@ Install dependencies:
If you choose to enable X11 support:
-* xkb
-* xkb-composite
-* xkb-xfixes
-* xkb-image
-* xkb-render
+* xcb
+* xcb-composite
+* xcb-xfixes
+* xcb-image
+* xcb-render
* x11-xcb
* xcb-errors (optional, for improved error reporting)
* x11-icccm (optional, for improved Xwayland introspection)
-* xkb-xcb (optional, for improved keyboard handling on the X11 backend)
+* xcb-xkb (optional, for improved keyboard handling on the X11 backend)
Run these commands: