summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-04 18:39:09 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-06 23:04:51 +0100
commit457e584e3218d88bd2083a9628237b2a1cdae346 (patch)
tree9d61e87440efece7377a56edb07ca258ca20f1f2 /meta/recipes-graphics
parent3dcff8c741703d1cd127d7784d10c90672a71bf4 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb4
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
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7inherit core-image 7inherit core-image distro_features_check
8
9REQUIRED_DISTRO_FEATURES = "wayland"
8 10
9CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" 11CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"