summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_2.0.0.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* weston: Remove 2.0 recipeTom Hochstein2018-07-051-36/+0
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Append EGL_CFLAGS to CFLAGS for imxgpu2dFabio Berton2018-02-061-0/+3
| | | | | | | | | | | When building weston for imxgpu2d machine, CFLAGS doesn't get EGL_CFLAGS value and cause the error bellow: | ../build/tmp/sysroots/imx6sl-warp/usr/include/EGL/eglvivante.h:266:2: error: #error "Platform not recognized" | #error "Platform not recognized" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Do not force MACHINE_SOCARCH for PACKAGE_ARCHOtavio Salvador2018-01-251-2/+0
| | | | | | | There is no need to force the PACKAGE_ARCH as it is automatically set correctly for i.MX based machines and left unmodified otherwise. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* weston: Switch to 2.0 with i.MX forkTom Hochstein2017-12-181-0/+35
EGL support was removed from the fbdev compositor in Weston 2.0. Add it back via an i.MX fork. This has been verified with imx-gpu-viv v6 only. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>