Three packages depending on gtk+3 cannot build on i.MX:
  - gtk+3-demo
  - matchbox-terminal
  - vte

Signed-off-by: Tom Hochstein <tom.hochst...@nxp.com>
---
 recipes-graphics/images/core-image-weston.bbappend | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/images/core-image-weston.bbappend 
b/recipes-graphics/images/core-image-weston.bbappend
index 2a3cde6..39d9bd4 100644
--- a/recipes-graphics/images/core-image-weston.bbappend
+++ b/recipes-graphics/images/core-image-weston.bbappend
@@ -1,3 +1,15 @@
 # FIXME: i.MX6SL cannot use mesa for Graphics and it lacks GL support,
 #        so for now we skip it.
-CORE_IMAGE_BASE_INSTALL_remove_mx6sl = "clutter-1.0-examples"
+CORE_IMAGE_BASE_INSTALL_REMOVE          = ""
+CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu2d = " \
+    clutter-1.0-examples \
+    gtk+3-demo \
+    matchbox-terminal \
+    vte \
+"
+CORE_IMAGE_BASE_INSTALL_REMOVE_imxgpu3d = " \
+    gtk+3-demo \
+    matchbox-terminal \
+    vte \
+"
+CORE_IMAGE_BASE_INSTALL_remove          = "${CORE_IMAGE_BASE_INSTALL_REMOVE}"
-- 
1.9.1

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to