aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-04-24 12:36:56 +0200
committerSimon Ser <contact@emersion.fr>2021-04-24 12:40:10 +0200
commit565f67f805a0d1077e63c16123cea16cee97d3e6 (patch)
treeefe0cb7cc80dbdcec50849b996827f6adc1c8aff /README.md
parente48dcdf72ccf5af3a5022591f344588044a19bba (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index a14311d5..19aa688b 100644
--- a/README.md
+++ b/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: