mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Fix the following build failure raised since commit69284b6700: Checking for program 'pkg-config' : not found The above check failed, but the checkee is required for --alsa. Indeed, before this commit, host-pkgconf was pulled by libsndfile dependency Fixes: - http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit4e9d04986e) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>