Merge pull request #954 from kkartaltepe/readme-fix
Fix xcb/xkb swap in README
This commit is contained in:
commit
1265eff9b3
12
README.md
12
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue