Files
meta-kde/recipes-integration/images/core-image-plasma-mobile.bb
Marc Ferland 7605bc5fdc ttf-noto-emoji: add recipe
TTF Noto Emoji fonts from Google.

These will add emojis to the maliit keyboard and also allow displaying
the flags in the Settings panel (Region & Language section).

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
2024-12-06 14:30:15 -05:00

28 lines
626 B
BlitzBasic

# SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com>
#
# SPDX-License-Identifier: MIT
SUMMARY = "A basic KDE Plasma Mobile image"
IMAGE_FEATURES += "splash hwcodecs"
LICENSE = "MIT"
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland"
IMAGE_INSTALL = " \
${CORE_IMAGE_BASE_INSTALL} \
wayland dbus \
sddm \
sddm-config-plasma-mobile \
packagegroup-plasma-mobile \
ttf-noto \
ttf-noto-emoji \
"
SYSTEMD_DEFAULT_TARGET="graphical.target"
inherit core-image