mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
readme: update and cleanup xcb deps
Switch from the pkg-config dependency names to the upstream libxcb repository names. Each repository contains multiple libraries but is generally available in distributions as a single package. libxcb contains xcb, xcb-composite, xcb-xfixes, xcb-xinput and xcb-shm. libxcb-render-util contains xcb-render. libxcb-wm contains xcb-icccm. xcb-image was outdated and is no longer needed.
This commit is contained in:
parent
e48dcdf72c
commit
565f67f805
1 changed files with 4 additions and 9 deletions
13
README.md
13
README.md
|
@ -55,15 +55,10 @@ Install dependencies:
|
|||
If you choose to enable X11 support:
|
||||
|
||||
* xwayland (build-time only, optional at runtime)
|
||||
* xcb
|
||||
* xcb-composite
|
||||
* xcb-xfixes
|
||||
* xcb-xinput
|
||||
* xcb-icccm
|
||||
* xcb-image
|
||||
* xcb-render
|
||||
* xcb-shm
|
||||
* xcb-errors (optional, for improved error reporting)
|
||||
* libxcb
|
||||
* libxcb-render-util
|
||||
* libxcb-wm
|
||||
* libxcb-errors (optional, for improved error reporting)
|
||||
|
||||
Run these commands:
|
||||
|
||||
|
|
Loading…
Reference in a new issue