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:04:51 +0100 |
commit | 457e584e3218d88bd2083a9628237b2a1cdae346 (patch) | |
tree | 9d61e87440efece7377a56edb07ca258ca20f1f2 | |
parent | 3dcff8c741703d1cd127d7784d10c90672a71bf4 (diff) | |
download | poky-457e584e3218d88bd2083a9628237b2a1cdae346.tar.gz |
core-image-weston: Ensure wayland distro feature is enabled
(From OE-Core rev: 753be24f0bd63520b6840d1a68500f5bb38f086d)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | inherit core-image | 7 | inherit core-image distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "wayland" | ||
8 | 10 | ||
9 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" | 11 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" |