diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-05-02 01:17:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:25 +0200 |
commit | e211113e8c6e59a7c8c48d80ff735f0afa06b52c (patch) | |
tree | 97ae0bcde91c8d96aea3df49989a08921d64cb53 /meta-multimedia | |
parent | 76329396699ef173267d8534f05c3271e741bb06 (diff) | |
download | meta-openembedded-e211113e8c6e59a7c8c48d80ff735f0afa06b52c.tar.gz |
fluidsynth: set correct portaudio packageconfig dependency
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb index 66f020134..54e8697c4 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | |||
@@ -16,7 +16,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulsea | |||
16 | PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1" | 16 | PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1" |
17 | PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack" | 17 | PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack" |
18 | PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio" | 18 | PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio" |
19 | PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio" | 19 | PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio-v19" |
20 | 20 | ||
21 | do_configure_prepend () { | 21 | do_configure_prepend () { |
22 | rm -f ${S}/m4/* | 22 | rm -f ${S}/m4/* |