summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-11-18 19:11:50 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2016-11-23 08:09:34 -0200
commit4a8b4955c7ff899e3e1bb71b08d81ee8ad18462e (patch)
tree5f82e426c44f87cd1d2f450d2cf3a43a19952080 /recipes-graphics
parent8c8f8fcd87681c637a2cf3c198e1db06d712cefb (diff)
downloadmeta-freescale-4a8b4955c7ff899e3e1bb71b08d81ee8ad18462e.tar.gz
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 <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/clutter/clutter-1.0_%.bbappend8
1 files changed, 5 insertions, 3 deletions
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 @@
1PACKAGECONFIG_mx6 ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ 1PACKAGECONFIG_mx6 ??= " \
2 bb.utils.contains('DISTRO_FEATURES', 'wayland', \ 2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
3 'wayland egl', '', d), d)}" 3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
4 '', d), d)} \
5"