diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-04 18:39:09 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:01:51 +0100 |
commit | 753be24f0bd63520b6840d1a68500f5bb38f086d (patch) | |
tree | b2b771d662c3bf8109b73934ceb460b9eab603d0 /meta/recipes-graphics | |
parent | 151c69a2f9f66bdd943f2db4d0b733c3d5091f4e (diff) | |
download | openembedded-core-753be24f0bd63520b6840d1a68500f5bb38f086d.tar.gz openembedded-core-753be24f0bd63520b6840d1a68500f5bb38f086d.tar.bz2 openembedded-core-753be24f0bd63520b6840d1a68500f5bb38f086d.zip |
core-image-weston: Ensure wayland distro feature is enabled
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" |