core-image-plasma-mobile: install ttf-noto in core-image-plasma-mobile
When testing the core-image-plasma-mobile image in QEMU, I noticed that no fonts were getting rendered correctly, turns out no fonts had been installed (i.e.: /usr/share/fonts was empty). Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
committed by
Andreas Cord-Landwehr
parent
3f1e4268ea
commit
9c7c8b07d6
@@ -18,6 +18,7 @@ IMAGE_INSTALL = " \
|
|||||||
sddm \
|
sddm \
|
||||||
sddm-config-plasma-mobile \
|
sddm-config-plasma-mobile \
|
||||||
packagegroup-plasma-mobile \
|
packagegroup-plasma-mobile \
|
||||||
|
ttf-noto \
|
||||||
"
|
"
|
||||||
|
|
||||||
SYSTEMD_DEFAULT_TARGET="graphical.target"
|
SYSTEMD_DEFAULT_TARGET="graphical.target"
|
||||||
|
|||||||
Reference in New Issue
Block a user