git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3634cec
)
enchant: Add missing glib-2.0 dependency
author
Richard Purdie
<rpurdie@linux.intel.com>
Sat, 1 May 2010 23:25:41 +0000
(
00:25
+0100)
committer
Richard Purdie
<rpurdie@linux.intel.com>
Wed, 5 May 2010 14:06:02 +0000
(15:06 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
recipes/enchant/enchant_1.3.0.bb
patch
|
blob
|
history
diff --git
a/recipes/enchant/enchant_1.3.0.bb
b/recipes/enchant/enchant_1.3.0.bb
index
5fb97ce
..
7349762
100644
(file)
--- 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