summaryrefslogtreecommitdiffstats
path: root/recipes/openobex
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2009-11-08 04:13:17 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-08 15:25:55 +0100
commit009d351d727ea44a12b47dc33e5d0da788f2feab (patch)
tree1a42751a91608f546bb35233eb90740bdef74292 /recipes/openobex
parent31aad07582818b9307e070d87e9124568443fd58 (diff)
downloadopenembedded-009d351d727ea44a12b47dc33e5d0da788f2feab.tar.gz
obex-data-server: fix compile error, add missing dependency on gtk+
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>
Diffstat (limited to 'recipes/openobex')
-rw-r--r--recipes/openobex/obex-data-server_0.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openobex/obex-data-server_0.4.4.bb b/recipes/openobex/obex-data-server_0.4.4.bb
index 34efcc738a..555f6df91f 100644
--- a/recipes/openobex/obex-data-server_0.4.4.bb
+++ b/recipes/openobex/obex-data-server_0.4.4.bb
@@ -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"