mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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. (From OE-Core rev: f74cdf804ebe073137d5f126f7a0f31a39eb8b97) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fb0c1edce
commit
d61d4ba6ca
@@ -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)}"
|
||||
|
||||
Reference in New Issue
Block a user