From a35ceaacb2019750dc9f4b4fd5ea927cf2ad47fb Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Tue, 11 Sep 2012 12:42:54 +0000 Subject: gdk-pixbuf: add missing dependencies This fixes an error in do_configure step for target and native build. | checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0 atk >= 1.9.0 pango >= 1.12.0 cairo >= 1.2.0) were not met: | | No package 'atk' found | No package 'pango' found | No package 'cairo' found Signed-off-by: Steffen Sledz Signed-off-by: Tom Rini --- recipes/gtk+/gdk-pixbuf_2.10.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gtk+/gdk-pixbuf_2.10.14.bb b/recipes/gtk+/gdk-pixbuf_2.10.14.bb index c41a2beb76..e9493f99cd 100644 --- a/recipes/gtk+/gdk-pixbuf_2.10.14.bb +++ b/recipes/gtk+/gdk-pixbuf_2.10.14.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gtk.org/" SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" -DEPENDS = "libpng gettext glib-2.0" +DEPENDS = "libpng gettext glib-2.0 atk pango cairo" PR = "r2" S = "${WORKDIR}/gtk+-${PV}" -- cgit 1.2.3-korg