[oe-commits] Petr Štetiar : libgsf: fix compile error, add missing dependency on gtk+

git version control git at git.openembedded.org
Sun Nov 8 14:26:21 UTC 2009


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

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sun Nov  8 04:13:16 2009 +0000

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 at true.cz>

---

 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 5697275..9405b42 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 "





More information about the Openembedded-commits mailing list