From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:50 +0000 (-0600) Subject: clutter-1.0: Use Wayland backend if wayland and x11 are in distro X-Git-Tag: 2.2~130 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4a8b4955c7ff899e3e1bb71b08d81ee8ad18462e;p=meta-freescale.git clutter-1.0: Use 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 --- diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend index 053f68cb..0099a471 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)} \ +"