aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-05-04 09:35:14 +0000
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:25 +0200
commita7dc161b347538404fe5eabe1c74a1bf70eebe7f (patch)
treec20c52e160d0ddc1f889a2f7c290527052e68457
parent39562710070c9192e07cda352e3cc7b5cf88a1e9 (diff)
downloadmeta-openembedded-contrib-a7dc161b347538404fe5eabe1c74a1bf70eebe7f.tar.gz
fluidsynth: added dependency on glib
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb2
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 a989e76a78..a5e65c44c5 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"