[oe-commits] Andreas Mueller : libchamplain: DEPENDS: add clutter-gtk & sort entries alphabetical

git version control git at git.openembedded.org
Fri Oct 22 03:30:58 UTC 2010


Module: openembedded.git
Branch: kergoth/autotools
Commit: 5872f47e434eb43d8d443f00c8bd8af4f2348d76
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5872f47e434eb43d8d443f00c8bd8af4f2348d76

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Fri Oct 15 23:50:23 2010 +0000

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 <schnitzeltony at gmx.de>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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





More information about the Openembedded-commits mailing list