aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2010-10-11 22:01:58 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-12 08:04:52 +0200
commit703feb98b83051e98fe05fb449f1741160a3ee4e (patch)
tree3223e06c87ed7dceaeeb80435a7b546be9c06851 /recipes/gnome
parent860f2947b54a29becb4686261026c205bf3b9358 (diff)
downloadopenembedded-703feb98b83051e98fe05fb449f1741160a3ee4e.tar.gz
gedit: add `enchant` to `DEPENDS`
checking for ENCHANT... no configure: error: Enchant library not found or too old. Use --disable-spell to build without spell plugin. ERROR: Function do_configure failed I build tested this with `minimal-eglibc` for `MACHINE = "beagleboard"` and it fixes task `do_configure`. Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gedit_2.30.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb
index e426d18f2a..c00a05f03f 100644
--- a/recipes/gnome/gedit_2.30.0.bb
+++ b/recipes/gnome/gedit_2.30.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNOME editor"
SECTION = "x11/gnome"
LICENSE = "GPLv2"
-DEPENDS = "gconf gnome-common glib-2.0 gtk+ gtksourceview2 iso-codes"
+DEPENDS = "enchant gconf gnome-common glib-2.0 gtk+ gtksourceview2 iso-codes"
RDEPENDS_${PN} += " gtksourceview2"
PR = "r2"