Closed tgurr closed 9 years ago
This resolves make: pkg-config: Command not found during make when pkg-config is prefixed like e.g. /usr/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-pkg-config in cross environments.
You missed actually defining it in the non-cross case, but no worries, I've fixed it up and pushed it as 000eb0020c0216544eda17add4d01071c18f2d14 . Thanks!
Allow the location of the pkg-config binary to be set using the parameter PKG_CONFIG. Needed to support cross compilation toolchains.