diff options
author | Petr Štetiar <ynezz@true.cz> | 2009-11-08 04:13:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-08 15:25:54 +0100 |
commit | 31aad07582818b9307e070d87e9124568443fd58 (patch) | |
tree | dba7edbd826af275a2c98ca948920ccc4da34c32 /recipes/gnome | |
parent | 3978ece32cd37ccadd1f5571120409b5e8f846ba (diff) |
libgsf: fix compile error, add missing dependency on gtk+
This patch fixes this compile error:
main.c:38:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/libgsf_1.14.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/libgsf_1.14.16.bb b/recipes/gnome/libgsf_1.14.16.bb index 5697275f7a..9405b424bc 100644 --- a/recipes/gnome/libgsf_1.14.16.bb +++ b/recipes/gnome/libgsf_1.14.16.bb @@ -1,7 +1,7 @@ LICENSE = "GPL" SECTION = "libs" -DEPENDS= "libxml2 bzip2 glib-2.0 zlib gtk-doc libbonobo gnome-vfs" +DEPENDS= "gtk+ libxml2 bzip2 glib-2.0 zlib gtk-doc libbonobo gnome-vfs" RDEPENDS = "gconf gnome-vfs" PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " |