diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-05-12 23:01:54 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-05-12 23:22:30 +0200 |
commit | 6e13bf0bd8e0c147aabe7324df3a29ee338e2056 (patch) | |
tree | 0e8603363780e34caa9543347786a242df9a758b /recipes/maemo4 | |
parent | 2531c335e6f77387a761fb8c0cfc710ca97cb453 (diff) |
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)
Diffstat (limited to 'recipes/maemo4')
-rw-r--r-- | 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 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" |