libxp

X Print Client Library for printing support in X11 applications

brewmacoslinux
Try with needOr install directly
Source

About

X Print Client Library

Commands

libxp

Examples

Check if libxp is installed and accessible$ pkg-config --cflags --libs libxp
Compile C code that uses X Print library$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libxp)
Verify libxp library location$ brew --prefix libxp