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:
parent
76cca1e0e2
commit
efb7812262
|
|
@ -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} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue