Pkgconf is similar to pkg-config, but it doesn't have a dependency on glib. Infact it solves the circular dependency problem of pkg-config(i know that pkg-config ships with glib, but still wasted space). Is there a chance pkgconf to replace pkg-config?

Git repo: https://github.com/pkgconf/pkgconf

    Xrey274 It's a circular dependency that only exists at bootstrap and build time. Quite meaningless the rest of the time. It's also not remotely wasting space because glib is used for a billion other things.