diff options
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb index af56aeb84e..85df8bf353 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | |||
@@ -40,7 +40,7 @@ PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio | |||
40 | PACKAGECONFIG[samplerate] = "--enable-samplerate,--disable-samplerate,libsamplerate0" | 40 | PACKAGECONFIG[samplerate] = "--enable-samplerate,--disable-samplerate,libsamplerate0" |
41 | PACKAGECONFIG[speex] = "--with-speex=lib,--with-speex=no,speex" | 41 | PACKAGECONFIG[speex] = "--with-speex=lib,--with-speex=no,speex" |
42 | 42 | ||
43 | PACKAGES += "alsa-plugins-pulseaudio-conf" | 43 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', '', d)}" |
44 | 44 | ||
45 | PACKAGES_DYNAMIC = "^libasound-module-.*" | 45 | PACKAGES_DYNAMIC = "^libasound-module-.*" |
46 | 46 | ||