diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-18 13:40:48 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-21 22:21:30 +0100 |
commit | f74cdf804ebe073137d5f126f7a0f31a39eb8b97 (patch) | |
tree | 7a722c6e8a4ef14c3d1bca0f889d36f7dc4bf1c9 /meta/recipes-graphics | |
parent | 76ed534267ed16677eeb86b85670338a1064a733 (diff) | |
download | openembedded-core-f74cdf804ebe073137d5f126f7a0f31a39eb8b97.tar.gz openembedded-core-f74cdf804ebe073137d5f126f7a0f31a39eb8b97.tar.bz2 openembedded-core-f74cdf804ebe073137d5f126f7a0f31a39eb8b97.zip |
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 <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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)}" |