libxscrnsaver

X11 Screen Saver extension client library for X.Org

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: X11 Screen Saver extension client library

Commands

libxscrnsaver

Examples

Check if libxscrnsaver is properly installed by locating its library files$ pkg-config --cflags --libs xscrnsaver
Verify the library version installed on your system$ pkg-config --modversion xscrnsaver
Compile a C program that uses the X Screen Saver extension$ gcc -o myapp myapp.c $(pkg-config --cflags --libs xscrnsaver)