All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/webrtc-audio-processing: needs host-pkgconf
@ 2019-12-13 22:23 Fabrice Fontaine
  2019-12-14 15:20 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-12-13 22:23 UTC (permalink / raw)
  To: buildroot

configure fails if the pkgconfig.m4 macros are not available during
this package autoreconf:

./configure: line 11829: syntax error near unexpected token `GNUSTL,'
./configure: line 11829: `  PKG_CHECK_MODULES(GNUSTL, gnustl)'

Fixes:
 - http://autobuild.buildroot.org/results/9cbdfb76ea38864fce1acca88714c48c41c77255

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/webrtc-audio-processing/webrtc-audio-processing.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/webrtc-audio-processing/webrtc-audio-processing.mk b/package/webrtc-audio-processing/webrtc-audio-processing.mk
index 7edeaf961f..ff84a802d1 100644
--- a/package/webrtc-audio-processing/webrtc-audio-processing.mk
+++ b/package/webrtc-audio-processing/webrtc-audio-processing.mk
@@ -10,6 +10,7 @@ WEBRTC_AUDIO_PROCESSING_SITE = http://freedesktop.org/software/pulseaudio/webrtc
 WEBRTC_AUDIO_PROCESSING_INSTALL_STAGING = YES
 WEBRTC_AUDIO_PROCESSING_LICENSE = BSD-3-Clause
 WEBRTC_AUDIO_PROCESSING_LICENSE_FILES = COPYING
+WEBRTC_AUDIO_PROCESSING_DEPENDENCIES = host-pkgconf
 # 0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch
 WEBRTC_AUDIO_PROCESSING_AUTORECONF = YES
 
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/webrtc-audio-processing: needs host-pkgconf
  2019-12-13 22:23 [Buildroot] [PATCH 1/1] package/webrtc-audio-processing: needs host-pkgconf Fabrice Fontaine
@ 2019-12-14 15:20 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-12-14 15:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > configure fails if the pkgconfig.m4 macros are not available during
 > this package autoreconf:

 > ./configure: line 11829: syntax error near unexpected token `GNUSTL,'
 > ./configure: line 11829: `  PKG_CHECK_MODULES(GNUSTL, gnustl)'

 > Fixes:
 >  - http://autobuild.buildroot.org/results/9cbdfb76ea38864fce1acca88714c48c41c77255

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-14 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 22:23 [Buildroot] [PATCH 1/1] package/webrtc-audio-processing: needs host-pkgconf Fabrice Fontaine
2019-12-14 15:20 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.