diff options
Diffstat (limited to 'meta')
| -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 62305cc1ce..96d9c34bfa 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
| @@ -4,9 +4,11 @@ IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston | |||
| 4 | 4 | ||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | 6 | ||
| 7 | inherit core-image | 7 | inherit core-image features_check |
| 8 | 8 | ||
| 9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" | 9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" |
| 10 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" | 10 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" |
| 11 | 11 | ||
| 12 | QB_MEM = "-m 512" | 12 | QB_MEM = "-m 512" |
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "wayland" | ||
