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>
This commit is contained in:
Khem Raj 2013-05-17 05:53:15 +00:00 committed by Martin Jansa
parent b1095d11bd
commit 2c55673d4b

View File

@ -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]}"