core-image-plasma-mobile: remove X11 from dependencies

This commit is contained in:
Andreas Cord-Landwehr
2023-12-21 20:29:04 +01:00
parent c468f5c5e1
commit 623c7cbad2

View File

@@ -4,22 +4,19 @@
SUMMARY = "A basic KDE Plasma Mobile image"
IMAGE_FEATURES += "splash package-management hwcodecs x11"
IMAGE_FEATURES += "splash hwcodecs"
LICENSE = "MIT"
inherit features_check
REQUIRED_DISTRO_FEATURES = "wayland x11 kde"
REQUIRED_DISTRO_FEATURES = "wayland"
IMAGE_INSTALL = " \
${CORE_IMAGE_BASE_INSTALL} \
wayland dbus \
sddm \
sddm-config-plasma-mobile \
packagegroup-kde-frameworks5 \
packagegroup-plasma-mobile \
packagegroup-core-x11-xserver \
packagegroup-core-x11-utils \
"
inherit core-image