[meta-freescale] [PATCH 22/26] clutter-1.0: Fix configuration for i.MX 8M

Otavio Salvador otavio at ossystems.com.br
Thu Jun 28 10:45:51 PDT 2018


From: Tom Hochstein <tom.hochstein at nxp.com>

Fix configuration for 8M which has 3D GPU but no 2D.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v4:
- New patch

Changes in v3: None
Changes in v2: None

 recipes-graphics/clutter/clutter-1.0_%.bbappend | 4 ++--
 1 file 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 @@
-PACKAGECONFIG_imxgpu2d ??= " \
+PACKAGECONFIG_imxgpu3d ??= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
        bb.utils.contains('DISTRO_FEATURES',     'x11', 'glx x11', \
-       '', d), d)} \
+                                                       '', d), d)} \
 "
-- 
2.18.0



More information about the meta-freescale mailing list