mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/aubio: add host-pkgconf dependency
Add host-pkgconf dependency to fix the following build failure raised since the addition of the package in commit280bb68076ande57859fd1f: Checking for program 'pkg-config' : not found Could not find the program ['pkg-config'] Fixes: - http://autobuild.buildroot.org/results/e6f0e9b09e4b611daf5bb37091610d8de80f1f4d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
5430c8fedd
commit
8a24b80533
@@ -11,6 +11,7 @@ AUBIO_LICENSE = GPL-3.0+
|
||||
AUBIO_LICENSE_FILES = COPYING
|
||||
AUBIO_INSTALL_STAGING = YES
|
||||
|
||||
AUBIO_DEPENDENCIES = host-pkgconf
|
||||
AUBIO_CONF_OPTS = \
|
||||
--disable-docs \
|
||||
--disable-atlas
|
||||
|
||||
Reference in New Issue
Block a user