sddm: add sddm configurations to core images

This commit is contained in:
Andreas Cord-Landwehr
2023-01-01 13:59:04 +01:00
parent b8531c5154
commit 7d65ac455c
2 changed files with 5 additions and 3 deletions

View File

@@ -9,15 +9,16 @@ IMAGE_FEATURES += "splash package-management hwcodecs x11"
LICENSE = "MIT"
inherit features_check
inherit core-image
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
REQUIRED_DISTRO_FEATURES += "wayland x11 kde"
IMAGE_INSTALL = " \
IMAGE_INSTALL += " \
${CORE_IMAGE_BASE_INSTALL} \
wayland \
dbus \
sddm \
sddm-config-plasma-bigscreen \
packagegroup-plasma-bigscreen-workspace \
packagegroup-core-x11-utils \
"
inherit core-image

View File

@@ -16,6 +16,7 @@ IMAGE_INSTALL = " \
${CORE_IMAGE_BASE_INSTALL} \
wayland dbus \
sddm \
sddm-config-plasma-mobile \
packagegroup-kde-frameworks5 \
packagegroup-plasma-mobile \
packagegroup-core-x11-xserver \