[oe-commits] Andrea Adami : hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+

GIT User account git at amethyst.openembedded.net
Tue May 12 21:27:51 UTC 2009


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue May 12 23:01:54 2009 +0200

hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+
 - the dep was triggering the build of gdk_pixbuf_2.10.14
 - with the nasty effect of overwriting the .pc files in staging
 - (old gtk+ version and wrong target=linux-fb)

---

 recipes/maemo4/hildon-thumbnail_0.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/maemo4/hildon-thumbnail_0.14.bb b/recipes/maemo4/hildon-thumbnail_0.14.bb
index d3af031..06f8482 100644
--- a/recipes/maemo4/hildon-thumbnail_0.14.bb
+++ b/recipes/maemo4/hildon-thumbnail_0.14.bb
@@ -1,6 +1,6 @@
 require hildon-thumbnail.inc
 
-DEPENDS = "libosso gnome-vfs gconf gdk-pixbuf glib-2.0"
+DEPENDS = "libosso gnome-vfs gconf gtk+ glib-2.0"
 
 PR = "r1"
 





More information about the Openembedded-commits mailing list