diff options
Diffstat (limited to 'recipes/enchant/enchant_1.3.0.bb')
-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 |