diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-10 10:28:45 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | 0d0a092097718863838a583c66c6e7fed9a3af48 (patch) | |
tree | 6695247a9efa021cbd1f6c9a6898b35e82ad6278 /recipes-graphics | |
parent | 35173b36b6d82f1bd7e29e513702c7d016ed8123 (diff) | |
download | meta-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_%.bbappend | 3 |
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 = "" | |||
13 | PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2" | 13 | PACKAGECONFIG_IMX_TO_APPEND_imxgpu3d = "cairo-glesv2" |
14 | PACKAGECONFIG_IMX_TO_REMOVE = "" | 14 | PACKAGECONFIG_IMX_TO_REMOVE = "" |
15 | PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl" | 15 | PACKAGECONFIG_IMX_TO_REMOVE_imxpxp = "egl" |
16 | PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "" | 16 | PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "egl" |
17 | PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = "" | ||
17 | 18 | ||
18 | PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" | 19 | PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" |
19 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" | 20 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" |