[Buildroot] [PATCH] mimic: new package

Peter Korsgaard peter at korsgaard.com
Sun Dec 11 10:03:52 UTC 2016


>>>>> "Peter" == Peter Korsgaard <peter at korsgaard.com> writes:

Hi,

 >> +MIMIC_DEPENDENCIES = host-pkgconf
 >> +
 >> +ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_ALSA),y)
 >> +MIMIC_AUDIO_BACKEND = alsa
 >> +MIMIC_DEPENDENCIES = alsa-lib
 >> +else ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PORTAUDIO),y)
 >> +MIMIC_AUDIO_BACKEND = portaudio
 >> +MIMIC_DEPENDENCIES = portaudio
 >> +else ifeq ($(BR2_PACKAGE_MIMIC_AUDIO_BACKEND_PULSEAUDIO),y)
 >> +MIMIC_AUDIO_BACKEND = pulseaudio
 >> +MIMIC_DEPENDENCIES = pulseaudio

 > configure.ac uses PKG_CHECK_MODULES to detect these, so we should depend
 > on host-pkgconf - I've fixed that in git.

Ehh, must have been -ENOCOFFEE. You indeed already have host-pkgconf,
please ignore.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list