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

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:23 UTC 2013


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

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 a989e76..a5e65c4 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 = "LGPLv-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