diff options
| -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" |
