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:
parent
c62d5e1e42
commit
02547c6530
|
|
@ -30,6 +30,7 @@ QT5_DEMOS_append_ccimx6 = " \
|
|||
"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
liberation-fonts \
|
||||
${QT5_PKS} \
|
||||
${QT5_DEMOS} \
|
||||
${QT5_EXAMPLES} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue