obex-data-server: fix compile error, add missing dependency on gtk+
authorPetr Štetiar <ynezz@true.cz>
Sun, 8 Nov 2009 04:13:17 +0000 (04:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 8 Nov 2009 14:25:55 +0000 (15:25 +0100)
This patch fixes this compile error:
ods-imaging-helpers.c:32:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory

Signed-off-by: Petr Štetiar <ynezz@true.cz>
recipes/openobex/obex-data-server_0.4.4.bb

index 34efcc7..555f6df 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality"
 LICENSE = "GPLv2"
 
-DEPENDS = "bluez4 dbus-glib openobex"
+DEPENDS = "gtk+ bluez4 dbus-glib openobex"
 
 SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"