]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Remove EGL support for GPU 2D-only SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Oct 2016 13:28:45 +0000 (10:28 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:14 +0000 (16:26 -0200)
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>
recipes-graphics/wayland/weston_%.bbappend

index 1b813abc7dbe0abba7b4c8780513fbd1201beaf7..270adfa64c2a0ce3091890bbd787b51434799415 100644 (file)
@@ -13,7 +13,8 @@ PACKAGECONFIG_IMX_TO_APPEND = ""
 PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2"
 PACKAGECONFIG_IMX_TO_REMOVE = ""
 PACKAGECONFIG_IMX_TO_REMOVE_imxpxp   = "egl"
-PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = ""
+PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "egl"
+PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = ""
 
 PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}"
 PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}"