* 'bitbake gedit' on clean system failed during * configure: missing enchant * compile: gedit.xml unknown "element article"
Signed-off-by: Andreas Mueller <[email protected]> --- recipes/gnome/gedit_2.30.0.bb | 2 +- 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 83dffcf..4ab204c 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 = "GPL" -DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" +DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2 enchant gnome-doc-utils-native" RDEPENDS_${PN} += " gtksourceview2" PR = "r2" -- 1.7.2.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
