From 2c55673d4b39a36b95d96b4107af91c1e2014d61 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 17 May 2013 05:53:15 +0000 Subject: pangomm: Add missing dependency on pango MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes errors like | configure:15678: error: Package requirements (glibmm-2.4 >= 2.14.1 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0) were not met: | | No package 'pangocairo' found Signed-off-by: Khem Raj Acked-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb index 441911395a..302062cd0c 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ PR = "r2" -DEPENDS = "mm-common cairomm glibmm" +DEPENDS = "mm-common cairomm glibmm pango" SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" -- cgit 1.2.3-korg