From: Andreas Mueller Date: Fri, 15 Oct 2010 23:50:23 +0000 (+0000) Subject: libchamplain: DEPENDS: add clutter-gtk & sort entries alphabetical X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5872f47e434eb43d8d443f00c8bd8af4f2348d76;p=openembedded.git libchamplain: DEPENDS: add clutter-gtk & sort entries alphabetical * configure on clean environment failed with checking for GTK... configure: error: Package requirements ( gtk+-2.0 >= 2.12 clutter-gtk-0.10 >= 0.10 ) were not met: No package 'clutter-gtk-0.10' found Signed-off-by: Andreas Mueller Signed-off-by: Khem Raj --- diff --git a/recipes/gnome/libchamplain_0.7.1.bb b/recipes/gnome/libchamplain_0.7.1.bb index da67636dcb..f0f05502ea 100644 --- a/recipes/gnome/libchamplain_0.7.1.bb +++ b/recipes/gnome/libchamplain_0.7.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. " LICENSE = "LGPLv2.1" -DEPENDS = "cairo libsoup-2.4 clutter gtk+" +DEPENDS = "cairo clutter clutter-gtk gtk+ libsoup-2.4" PR = "r1" inherit gnome autotools