[OE-core] [<OE-core][PATCH v2 3/4] packagegroup-core-x11-base: Remove matchbox for XWayland case.

Tom Hochstein tom.hochstein at freescale.com
Thu Dec 17 22:04:47 UTC 2015


Matchbox is redundant when Weston is run.

Signed-off-by: Tom Hochstein <tom.hochstein at freescale.com>
---
 meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
index 17301a0..6c567ea 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
@@ -12,8 +12,7 @@ RDEPENDS_${PN} = "\
     packagegroup-core-x11-utils \
     dbus \
     pointercal \
-    matchbox-terminal \
-    matchbox-wm \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'matchbox-terminal matchbox-wm', d)} \
     mini-x-session \
     liberation-fonts \
     "
-- 
2.1.4




More information about the Openembedded-core mailing list