diff options
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index e82e4fbb3f..62305cc1ce 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | 6 | ||
7 | inherit core-image | 7 | inherit core-image |
8 | 8 | ||
9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo clutter-1.0-examples" | 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" |