[oe-commits] [openembedded-core] 10/15: core-image-weston: If X11 is enabled, add XWayland support

git at git.openembedded.org git at git.openembedded.org
Sat May 21 11:05:58 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 62aeb3aa314465bd8331329151f06bd47f0f16e4
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed May 18 13:40:48 2016 -0300

    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 at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 52e271d..e36655f 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)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list