[oe-commits] Paul Barker : fluidsynth: added dependency on glib

git at git.openembedded.org git at git.openembedded.org
Tue May 7 16:54:24 UTC 2013


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

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Sat May  4 09:35:14 2013 +0000

fluidsynth: added dependency on glib

Signed-off-by: Paul Barker <paul at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../fluidsynth/fluidsynth_1.1.1.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 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 4986da2..80b2de9 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
 LICENSE = "LGPL-2.0+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272"
 
-DEPENDS = "alsa-lib ncurses"
+DEPENDS = "alsa-lib ncurses glib-2.0"
 
 SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz"
 SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44"





More information about the Openembedded-commits mailing list