From: Walter Werner SCHNEIDER Date: Mon, 27 Oct 2025 16:42:28 +0000 (+0200) Subject: core-image-weston: Add wayland as required feature. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b7edbf8027497e528300d04edd954ee96573546;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-weston: Add wayland as required feature. Signed-off-by: Walter Werner SCHNEIDER Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 62305cc1cee..96d9c34bfac 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -4,9 +4,11 @@ IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston LICENSE = "MIT" -inherit core-image +inherit core-image features_check CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" QB_MEM = "-m 512" + +REQUIRED_DISTRO_FEATURES = "wayland"