diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-02 00:25:41 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-05 15:06:02 +0100 |
commit | d23e846613f70febeb1f30bff8143b15e416d540 (patch) | |
tree | cb5e279e2b2512e880a3dec8806f37d20fa9cc27 /recipes | |
parent | 3634cec9536c541b152e4b0fa5eba60c42f034fb (diff) |
enchant: Add missing glib-2.0 dependency
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/enchant/enchant_1.3.0.bb | 2 |
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 |