Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v3: None Changes in v2: - New patch
meta/recipes-graphics/images/core-image-weston.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 064133f..187523c 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" -- 1.8.4.rc3 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
