blob: 3c4b4aa44a72c6b62c181721e8a36ba4d11e13bb (
plain)
1
2
3
4
5
6
7
8
|
verifypc is a tool that sanity checks the dependencies of a package based on
the results of a successful build, assuming the package uses pkg-config to
detect dependencies.
verifypc will warn you if the configuration script requests an uninstalled
or unavailable package (not specified as a direct dependency) or if the
requested package does not match the version specification in the packages'
dependencies.
|