From f74cdf804ebe073137d5f126f7a0f31a39eb8b97 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 18 May 2016 13:40:48 -0300 Subject: core-image-weston: If X11 is enabled, add XWayland support When the distribution has X11 and Wayland backends, we enable XWayland support and include matchbox-terminal as a test application for the XWayland backend. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- meta/recipes-graphics/images/core-image-weston.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 52e271dacd..e36655ffc5 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -9,3 +9,4 @@ inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "wayland" CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples" +CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" -- cgit 1.2.3-korg