[vcpkg] TODO: Use pkg-config in vcpkg_fixup_pkgconfig to check for libraries #11103
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
Currently
vcpkg_fixup_pkgconfig
uses a hand written parser to get the libs used in the *.pc file but this is incomplete and does not always work as intended. As such it is probably better to directly use pkg-config calls to analyse the generated *.pc files for correctness.The text was updated successfully, but these errors were encountered: