From 3d10ec3e7a510efff8eae23c608a560b8fcddd5c Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 18 Nov 2016 19:11:52 -0600 Subject: [PATCH] gtk+3: Configure for Wayland backend if wayland and x11 are in distro By i.MX convention, if wayland and x11 are in the distro features, the Wayland backend is used. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- recipes-graphics/gtk+/gtk+3_%.bbappend | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend index 654e14bd..bc4a4040 100644 --- a/recipes-graphics/gtk+/gtk+3_%.bbappend +++ b/recipes-graphics/gtk+/gtk+3_%.bbappend @@ -1,2 +1,3 @@ -PACKAGECONFIG_remove_mx6 = "${@bb.utils.contains("DISTRO_FEATURES", "x11", "wayland", "", d)}" - +PACKAGECONFIG_remove_mx6 = " \ + ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ +" -- 2.40.1