Skip to content

Commit

Permalink
make: Add check for minimum xcb version
Browse files Browse the repository at this point in the history
We depend on xcb_total_read(), which was introduced with xcb 1.14

Fixes:	#5
  • Loading branch information
Zirias committed Aug 9, 2024
1 parent 27ef727 commit a2c7e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/bin/xmoji/xmoji.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ xmoji_LIBS= m
xmoji_PKGDEPS= fontconfig \
harfbuzz \
libpng >= 1.6 \
xcb \
xcb >= 1.14 \
xcb-cursor \
xcb-image \
xcb-render \
Expand Down

0 comments on commit a2c7e1c

Please sign in to comment.