[oe-commits] Steffen Sledz : gdk-pixbuf: add missing dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 22:13:58 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: a35ceaacb2019750dc9f4b4fd5ea927cf2ad47fb
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a35ceaacb2019750dc9f4b4fd5ea927cf2ad47fb

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Tue Sep 11 12:42:54 2012 +0000

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 at dresearch-fe.de>
Signed-off-by: Tom Rini <trini at ti.com>

---

 recipes/gtk+/gdk-pixbuf_2.10.14.bb |    2 +-
 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 c41a2be..e9493f9 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}"





More information about the Openembedded-commits mailing list