packagegroup-dey-qt: add fonts package

In the past QT package did include some fonts, but not anymore. New
versions of QT do rely on an external font package being installed in
the rootfs.

Without fonts the QT applications just show up in the screen but
obviously with no text at all.

https://jira.digi.com/browse/DEL-4724

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-08-03 18:48:58 +02:00
parent c62d5e1e42
commit 02547c6530
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ QT5_DEMOS_append_ccimx6 = " \
"
RDEPENDS_${PN} += " \
liberation-fonts \
${QT5_PKS} \
${QT5_DEMOS} \
${QT5_EXAMPLES} \