mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/jack2: add host-pkgconf dependency
Fix the following build failure raised since commit
69284b6700:
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
62edd1b48b
commit
4e9d04986e
@@ -9,7 +9,7 @@ JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
|
||||
JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
|
||||
JACK2_LICENSE_FILES = COPYING
|
||||
JACK2_CPE_ID_VENDOR = jackaudio
|
||||
JACK2_DEPENDENCIES = alsa-lib
|
||||
JACK2_DEPENDENCIES = host-pkgconf alsa-lib
|
||||
JACK2_INSTALL_STAGING = YES
|
||||
|
||||
JACK2_CONF_OPTS = --alsa --example-tools=no
|
||||
|
||||
Reference in New Issue
Block a user