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:
Marc Ferland
2024-09-23 16:33:10 -04:00
committed by Andreas Cord-Landwehr
parent 3f1e4268ea
commit 9c7c8b07d6

View File

@@ -18,6 +18,7 @@ IMAGE_INSTALL = " \
sddm \
sddm-config-plasma-mobile \
packagegroup-plasma-mobile \
ttf-noto \
"
SYSTEMD_DEFAULT_TARGET="graphical.target"