diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-12-13 11:55:44 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-16 17:01:24 -0200 |
commit | a3c82c56f4deaf3315be023d4d5f8b0a72f7357c (patch) | |
tree | e56d68e896e8c2a4a062afe96c2612af4ca2bcbd /recipes-graphics | |
parent | ead9743fcca90abef4c50652e20132f8534281cb (diff) | |
download | meta-freescale-a3c82c56f4deaf3315be023d4d5f8b0a72f7357c.tar.gz |
weston: Fix build on i.MX 6SL
Weston requires egl and glesv2 together, or neither. Since the i.MX 6SL
can only provide egl, we configure weston to work without egl. A build
break occurred due to i.MX patches which should not be applied for 6SL.
Signed-off-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index dbe87f14..f7b12d0b 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_imxgpu2d = " \ | 3 | SRC_URI_append_imxgpu3d = " \ |
4 | file://0002-MGS-1111-Add-GPU-VIV-suport-for-wayland-and-weston-1.patch \ | 4 | file://0002-MGS-1111-Add-GPU-VIV-suport-for-wayland-and-weston-1.patch \ |
5 | file://0003-MGS-1192-xwld-g2d-compositor-dose-not-work.patch \ | 5 | file://0003-MGS-1192-xwld-g2d-compositor-dose-not-work.patch \ |
6 | file://0004-MGS-1235-Fix-setenv-and-clear-environments.patch \ | 6 | file://0004-MGS-1235-Fix-setenv-and-clear-environments.patch \ |