From 009d351d727ea44a12b47dc33e5d0da788f2feab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Sun, 8 Nov 2009 04:13:17 +0000 Subject: obex-data-server: fix compile error, add missing dependency on gtk+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes/openobex/obex-data-server_0.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/openobex') 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" -- cgit v1.2.3