summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-27 17:17:29 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:17:18 -0300
commite4912ae5a83dcaa0cbe9d8fb5a7e7dc84d90bcf2 (patch)
treeed3fd0c26077cd2bf9c00a56154234666b4d2c82 /recipes-graphics
parent5f83013637c668bbf42d9576fb937500558e6b5b (diff)
downloadmeta-freescale-e4912ae5a83dcaa0cbe9d8fb5a7e7dc84d90bcf2.tar.gz
clutter-1.0: Use imxgpu3d override
Clutter now depends on imxgpu3d since imxgpu2d is no longer used as "any GPU" selector. See following comment for details: imx-base.inc: Add imxgpu to MACHINEOVERRIDES_EXTENDER 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_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
index 6f139f03..0b4c4861 100644
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,5 +1,5 @@
1PACKAGECONFIG_imxgpu2d ??= " \ 1PACKAGECONFIG_imxgpu3d ??= " \
2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \ 2 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \ 3 bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', \
4 '', d), d)} \ 4 '', d), d)} \
5" 5"