aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2012-09-11 12:42:54 +0000
committerTom Rini <trini@ti.com>2012-09-14 15:07:04 -0700
commita35ceaacb2019750dc9f4b4fd5ea927cf2ad47fb (patch)
treeffc3b3e2b3e33fe10de7cfa14d98fce28f87d04d
parentd7139c46a628d72ac781294d154e8c12ac9c52e6 (diff)
downloadopenembedded-a35ceaacb2019750dc9f4b4fd5ea927cf2ad47fb.tar.gz
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 <sledz@dresearch-fe.de> Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r--recipes/gtk+/gdk-pixbuf_2.10.14.bb2
1 files changed, 1 insertions, 1 deletions
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}"