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>
(cherry picked from commit 02547c6530)
This commit is contained in:
Javier Viguera 2017-08-03 18:48:58 +02:00 committed by Francisco Gil
parent 76cca1e0e2
commit efb7812262
1 changed files with 1 additions and 0 deletions

View File

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