[meta-freescale] [PATCH 12/14] gtk+3: Configure for Wayland backend if wayland and x11 are in distro

Tom Hochstein tom.hochstein at nxp.com
Fri Nov 18 17:11:52 PST 2016


By i.MX convention, if wayland and x11 are in the distro features,
the Wayland backend is used.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 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 654e14b..bc4a404 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)} \
+"
-- 
1.9.1



More information about the meta-freescale mailing list