All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libgsf: fix compile error, add missing dependency on gtk+
@ 2009-11-08 14:13 Petr Štetiar
  2009-11-08 14:49 ` Phil Blundell
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Štetiar @ 2009-11-08 14:13 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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 "
-- 
1.5.6.3




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-11-09 11:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-08 14:13 [PATCH] libgsf: fix compile error, add missing dependency on gtk+ Petr Štetiar
2009-11-08 14:49 ` Phil Blundell
2009-11-08 16:17   ` Petr Štetiar
2009-11-08 19:51     ` Otavio Salvador
2009-11-08 19:56     ` Petr Štetiar
2009-11-08 20:33       ` Otavio Salvador
2009-11-08 20:56         ` Petr Štetiar
2009-11-09 11:31           ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.