From 5872f47e434eb43d8d443f00c8bd8af4f2348d76 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Fri, 15 Oct 2010 23:50:23 +0000 Subject: [PATCH] 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 --- recipes/gnome/libchamplain_0.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5