596cb8d Use pkgconf for pkgconfig

Authored and Committed by ngompa 2 years ago
    Use pkgconf for pkgconfig
    
    PkgConf supports pretending to be pkgconfig(1) for cross-target
    toolchains through the use of personality files.
    
    By using this method, we can drop mingw-pkg-config and consistently
    use native tools for discovery and toolchain configuration for
    cross-compilation.
    
        
file modified
+35 -2