diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-09-26 15:21:14 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-26 07:35:44 -0700 |
commit | a7105022bfc1bd8ff1cc62440c32567328be35e6 (patch) | |
tree | b4d02b6bec4a574569f3ca684b41a70479edd596 /meta-multimedia | |
parent | cadf87d46385fcad2197e73f666f0017ef5093cb (diff) | |
download | meta-openembedded-a7105022bfc1bd8ff1cc62440c32567328be35e6.tar.gz |
fluidsynth: drop extra dash from `-Denable-pulseaudio=OFF`
This caused a build failure:
CMake Error: The source directory ".../tmp-glibc/work/aarch64-oe-linux/fluidsynth/1.1.11-r0/build/--Denable-pulseaudio=OFF" does not exist.
Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb index 5002fc9f36..4df310275e 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.11.bb | |||
@@ -20,5 +20,5 @@ EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace( | |||
20 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | 20 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" |
21 | PACKAGECONFIG[sndfile] = "-Denable-libsndfile-support=ON,-Denable-libsndfile-support=OFF,libsndfile1" | 21 | PACKAGECONFIG[sndfile] = "-Denable-libsndfile-support=ON,-Denable-libsndfile-support=OFF,libsndfile1" |
22 | PACKAGECONFIG[jack] = "-Denable-jack-support=ON,-Denable-jack-support=OFF,jack" | 22 | PACKAGECONFIG[jack] = "-Denable-jack-support=ON,-Denable-jack-support=OFF,jack" |
23 | PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,--Denable-pulseaudio=OFF,pulseaudio" | 23 | PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio" |
24 | PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaudio-v19" | 24 | PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaudio-v19" |