From e450bd93134bba320fd21dbb2deb1b4e0b64a475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 15 Feb 2020 13:14:48 +0100 Subject: [PATCH] fluidsynth: rework PACKAGECONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove pulseaudio: For unknown reasons adding fluidsynth based plugins to DAW session starts pulseaudio server * add readline: Having history in console makes performance tests much easier Signed-off-by: Andreas Müller --- appends/meta-multimedia/fluidsynth_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appends/meta-multimedia/fluidsynth_%.bbappend b/appends/meta-multimedia/fluidsynth_%.bbappend index c0ca18f..7952e14 100644 --- a/appends/meta-multimedia/fluidsynth_%.bbappend +++ b/appends/meta-multimedia/fluidsynth_%.bbappend @@ -1,6 +1,6 @@ PACKAGECONFIG ?= " \ - sndfile \ jack \ - pulseaudio \ portaudio \ + readline \ + sndfile \ "