Author :
Ariadne Conill
Date :
2025-06-04 11:29:11
Hash :f748308b Message :cli: add support for PKG_CONFIG_PRELOADED_FILES
This allows for preloading external files outside PKG_CONFIG_PATH, which will
be prioritized over the files located inside PKG_CONFIG_PATH.
For example:
~/pkgconf $ PKG_CONFIG_PRELOADED_FILES=tests/lib1/foo.pc ./pkgconf --list-all
foo foo - A testing pkg-config file
Fixes: https://github.com/pkgconf/pkgconf/issues/391