When the distribution has X11 and Wayland backends, we enable XWayland support and include XTerm as a test application for the XWayland backend.
Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- Changes in v6: - Add xterm Changes in v5: None Changes in v4: None Changes in v3: - New patch. Changes in v2: None 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..07ae70b 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', 'xserver-xorg-xwayland xterm', '', d)}" -- 2.8.2 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core