diff --git a/README.md b/README.md index 159aab3..c09666e 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Dependencies: * freetype ( >= 2.12 when SVG support is enabled, see below ) * harfbuzz * libpng ( >= 1.6 ) -* libxcb, libxcb-cursor, libxcb-image, libxcb-xkb and libxcb-xtest +* libxcb ( >= 1.14 ), libxcb-cursor, libxcb-image, libxcb-xkb and libxcb-xtest * xkbcommon and xkbcommon-x11 For example, on a Debian or Ubuntu system, you would install these packages: diff --git a/src/bin/xmoji/xmoji.mk b/src/bin/xmoji/xmoji.mk index c917ad7..6f96e4f 100644 --- a/src/bin/xmoji/xmoji.mk +++ b/src/bin/xmoji/xmoji.mk @@ -57,7 +57,7 @@ xmoji_LIBS= m xmoji_PKGDEPS= fontconfig \ harfbuzz \ libpng >= 1.6 \ - xcb \ + xcb >= 1.14 \ xcb-cursor \ xcb-image \ xcb-render \