hildon-thumbnail: fix dependencies from gdk-pixbuf -> gtk+
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 12 May 2009 21:01:54 +0000 (23:01 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Tue, 12 May 2009 21:22:30 +0000 (23:22 +0200)
 - 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

index d3af031..06f8482 100644 (file)
@@ -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"