libxext

X11 protocol extension library for display communication

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: Library for common extensions to the X11 protocol

Commands

libxext

Examples

Check if libxext is installed and view its version$ pkg-config --modversion xext
Verify library installation by locating the shared object$ brew --prefix libxext && ls $(brew --prefix libxext)/lib
Check library dependencies and compilation flags$ pkg-config --cflags --libs xext