From: Otavio Salvador Date: Wed, 18 May 2016 16:40:48 +0000 (-0300) Subject: core-image-weston: If X11 is enabled, add XWayland support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74cdf804ebe073137d5f126f7a0f31a39eb8b97;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 52e271dacd2..e36655ffc54 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)}"