From: Andrea Adami Date: Tue, 12 May 2009 21:01:54 +0000 (+0200) Subject: hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+ X-Git-Tag: Release-2010-05/1~3566^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e13bf0bd8e0c147aabe7324df3a29ee338e2056;p=openembedded.git 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) --- diff --git a/recipes/maemo4/hildon-thumbnail_0.14.bb b/recipes/maemo4/hildon-thumbnail_0.14.bb index d3af031bc7..06f8482dd9 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"