[meta-freescale] [PATCH 10/14] clutter-1.0: Use Wayland backend if wayland and x11 are in distro

Tom Hochstein tom.hochstein at nxp.com
Fri Nov 18 17:11:50 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/clutter/clutter-1.0_%.bbappend | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
index 053f68c..0099a47 100644
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,3 +1,5 @@
-PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
-                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                                      'wayland egl', '', d), d)}"
+PACKAGECONFIG_mx6 ??= " \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
+       bb.utils.contains('DISTRO_FEATURES',     'x11', 'glx x11', \
+       '', d), d)} \
+"
-- 
1.9.1



More information about the meta-freescale mailing list