[oe] [PATCH] libchamplain: DEPENDS: add clutter-gtk & sort entries alphabetical

Andreas Mueller schnitzeltony at gmx.de
Sat Oct 16 09:50:23 UTC 2010


* 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 <schnitzeltony at gmx.de>
---
 recipes/gnome/libchamplain_0.7.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/libchamplain_0.7.1.bb b/recipes/gnome/libchamplain_0.7.1.bb
index da67636..f0f0550 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
-- 
1.7.2.3





More information about the Openembedded-devel mailing list