From c468f5c5e1257de80f14de98317ede4ade99b435 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Thu, 21 Dec 2023 20:28:33 +0100 Subject: [PATCH] core-image-plasma-bigscreen: remove X11 from dependencies --- recipes-integration/images/core-image-plasma-bigscreen.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-integration/images/core-image-plasma-bigscreen.bb b/recipes-integration/images/core-image-plasma-bigscreen.bb index 975c03f..94536a7 100644 --- a/recipes-integration/images/core-image-plasma-bigscreen.bb +++ b/recipes-integration/images/core-image-plasma-bigscreen.bb @@ -4,14 +4,14 @@ SUMMARY = "A basic KDE Plasma Bigscreen image" -IMAGE_FEATURES += "splash package-management hwcodecs x11" +IMAGE_FEATURES += "splash hwcodecs" LICENSE = "MIT" inherit features_check inherit core-image -REQUIRED_DISTRO_FEATURES += "wayland x11 kde" +REQUIRED_DISTRO_FEATURES += "wayland kde" IMAGE_INSTALL += " \ ${CORE_IMAGE_BASE_INSTALL} \ @@ -20,5 +20,4 @@ IMAGE_INSTALL += " \ sddm \ sddm-config-plasma-bigscreen \ packagegroup-plasma-bigscreen-workspace \ - packagegroup-core-x11-utils \ "