* [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency
@ 2022-08-12 20:56 Fabrice Fontaine
2022-08-13 11:04 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-12 20:56 UTC (permalink / raw)
To: buildroot; +Cc: Wojciech M . Zabolotny, Fabrice Fontaine
Fix the following build failure:
Checking for program 'pkg-config' : not found
The above check failed, but the checkee is required for --alsa.
Fixes:
- http://autobuild.buildroot.org/results/cbdc251980f5571f75281202ebffc04ddecbf28d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/jack2/jack2.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 9e56dcdfd8..9d6a3b6479 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -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
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-13 11:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12 20:56 [Buildroot] [PATCH 1/1] package/jack2: add host-pkgconf dependency Fabrice Fontaine
2022-08-13 11:04 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox