aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enchant/enchant_1.3.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-05-02 00:25:41 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-05-05 15:06:02 +0100
commitd23e846613f70febeb1f30bff8143b15e416d540 (patch)
treecb5e279e2b2512e880a3dec8806f37d20fa9cc27 /recipes/enchant/enchant_1.3.0.bb
parent3634cec9536c541b152e4b0fa5eba60c42f034fb (diff)
downloadopenembedded-d23e846613f70febeb1f30bff8143b15e416d540.tar.gz
enchant: Add missing glib-2.0 dependency
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/enchant/enchant_1.3.0.bb')
-rw-r--r--recipes/enchant/enchant_1.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/enchant/enchant_1.3.0.bb b/recipes/enchant/enchant_1.3.0.bb
index 5fb97ceb62..7349762b80 100644
--- a/recipes/enchant/enchant_1.3.0.bb
+++ b/recipes/enchant/enchant_1.3.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Enchant Spell checker API Library"
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "LGPL"
-DEPENDS = "aspell"
+DEPENDS = "aspell glib-2.0"
RDEPENDS = "aspell"
inherit autotools pkgconfig