aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/pango
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-05-17 05:53:15 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-21 12:45:48 +0200
commit2c55673d4b39a36b95d96b4107af91c1e2014d61 (patch)
tree3cff48b0f17d1b49057774c7194f25df144fb77a /meta-oe/recipes-graphics/pango
parentb1095d11bdb33648bc4f1394146804cd9734b223 (diff)
downloadmeta-openembedded-contrib-2c55673d4b39a36b95d96b4107af91c1e2014d61.tar.gz
pangomm: Add missing dependency on pango
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 <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/pango')
-rw-r--r--meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb2
1 files changed, 1 insertions, 1 deletions
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]}"