summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-weston.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/images/core-image-weston.bb')
-rw-r--r--meta/recipes-graphics/images/core-image-weston.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index 8d88e3bc0c..62305cc1ce 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -1,14 +1,12 @@
1SUMMARY = "A very basic Wayland image with a terminal" 1SUMMARY = "A very basic Wayland image with a terminal"
2 2
3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" 3IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7inherit core-image features_check 7inherit core-image
8 8
9REQUIRED_DISTRO_FEATURES = "wayland" 9CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
10
11CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples wayland-utils gtk+3-demo clutter-1.0-examples"
12CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" 10CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
13 11
14QB_MEM = "-m 512" 12QB_MEM = "-m 512"