[oe-commits] Andreas Mueller : gedit: add `enchant` to `DEPENDS`

git version control git at git.openembedded.org
Tue Oct 12 06:07:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 703feb98b83051e98fe05fb449f1741160a3ee4e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=703feb98b83051e98fe05fb449f1741160a3ee4e

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Mon Oct 11 22:01:58 2010 +0200

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 at gmx.de>
Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 e426d18..c00a05f 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"
 





More information about the Openembedded-commits mailing list