]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
portaudio: fix dependency on alsa-lib
authorLuca Ceresoli <luca@lucaceresoli.net>
Sun, 4 Oct 2015 17:55:17 +0000 (19:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 17:58:56 +0000 (18:58 +0100)
BR2_PACKAGE_PORTAUDIO_ALSA is misspelled in one place, resulting in
alsa-lib not being listed in the dependencies.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/portaudio/portaudio.mk

index 0cccd202c2a82b3808090d8d942faffe5bb6e449..0353d656a671583170ee190233a218045809607f 100644 (file)
@@ -13,7 +13,7 @@ PORTAUDIO_LICENSE = portaudio license (MIT-like plus special clause)
 PORTAUDIO_LICENSE_FILES = LICENSE.txt
 
 PORTAUDIO_DEPENDENCIES = \
-       $(if $(BR2_PACKAGE_PORTAUDIO_WITH_ALSA),alsa-lib)
+       $(if $(BR2_PACKAGE_PORTAUDIO_ALSA),alsa-lib)
 
 PORTAUDIO_CONF_OPTS = \
        $(if $(BR2_PACKAGE_PORTAUDIO_ALSA),--with-alsa,--without-alsa) \