]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
core-image-weston: If X11 is enabled, add XWayland support
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 May 2016 16:40:48 +0000 (13:40 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 May 2016 21:21:30 +0000 (22:21 +0100)
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 <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/images/core-image-weston.bb

index 52e271dacd27366cb1ac5e74d719340777243d80..e36655ffc546033230e5c5822b46dff4c4b7d1c6 100644 (file)
@@ -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)}"