[oe-commits] Martin Jansa : fluidsynth: Add PACKAGECONFIG for sndfile, jack, pulseaudio, portaudio and readline

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:48 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 0229364a2f70ce958f7d50fb1f1a42385b19db8b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0229364a2f70ce958f7d50fb1f1a42385b19db8b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 21:41:39 2013 +0200

fluidsynth: Add PACKAGECONFIG for sndfile, jack, pulseaudio, portaudio and readline

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../fluidsynth/fluidsynth_1.1.1.bb                 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
index 80b2de9..9f6c351 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
@@ -11,3 +11,10 @@ SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44"
 SRC_URI[sha256sum] = "55638cb04f39f4df76c081e22ca7feeea58ddd20ebf779a7db2d38b1ff374cd6"
 
 inherit autotools pkgconfig lib_package
+
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
+PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1"
+PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
+PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
+PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio"
+PACKAGECONFIG[readline] = "--with-readline,--without-readline-support,readline"



More information about the Openembedded-commits mailing list