summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-10-10 10:28:45 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commit0d0a092097718863838a583c66c6e7fed9a3af48 (patch)
tree6695247a9efa021cbd1f6c9a6898b35e82ad6278 /recipes-graphics
parent35173b36b6d82f1bd7e29e513702c7d016ed8123 (diff)
downloadmeta-freescale-0d0a092097718863838a583c66c6e7fed9a3af48.tar.gz
weston: Remove EGL support for GPU 2D-only SoCs
The i.MX SoCs which provides support for GPU 2D but lacks GPU 3D should drop the EGL use. This fixes the i.MX6SL build errors seen in O.S. Systems autobuilders. Reported-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/wayland/weston_%.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 1b813abc..270adfa6 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -13,7 +13,8 @@ PACKAGECONFIG_IMX_TO_APPEND = ""
13PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2" 13PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2"
14PACKAGECONFIG_IMX_TO_REMOVE = "" 14PACKAGECONFIG_IMX_TO_REMOVE = ""
15PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl" 15PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl"
16PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "" 16PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "egl"
17PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = ""
17 18
18PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" 19PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}"
19PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" 20PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}"