libxdg-basedir

C implementation of XDG Base Directory specification for config/cache paths

brewmacoslinux
Try with needOr install directly
Source

About

C implementation of the XDG Base Directory specifications

Commands

libxdg-basedir

Examples

Link against libxdg-basedir in a C program to get XDG config directory$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libxdg-basedir)
Check XDG Base Directory paths in a C program using xdgBaseDir functions$ pkg-config --cflags --libs libxdg-basedir
Verify libxdg-basedir installation and version$ pkg-config --modversion libxdg-basedir