libxcb

X.Org C binding library for X Window System protocol

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: Interface to the X Window System protocol

Commands

libxcb

Examples

Check if libxcb is installed and get version info$ pkg-config --modversion xcb
Verify libxcb installation by checking library location$ pkg-config --libs xcb
Get compiler flags needed to link against libxcb$ pkg-config --cflags --libs xcb