From: Otavio Salvador Date: Wed, 4 Sep 2013 21:39:09 +0000 (-0300) Subject: core-image-weston: Ensure wayland distro feature is enabled X-Git-Tag: 2015-4~5258 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=753be24f0bd63520b6840d1a68500f5bb38f086d;p=openembedded-core.git core-image-weston: Ensure wayland distro feature is enabled Signed-off-by: Otavio Salvador 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 064133ffc2..187523ce48 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -4,6 +4,8 @@ IMAGE_FEATURES += "splash package-management" LICENSE = "MIT" -inherit core-image +inherit core-image distro_features_check + +REQUIRED_DISTRO_FEATURES = "wayland" CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"