From: Tom Hochstein Date: Tue, 13 Dec 2016 17:55:44 +0000 (-0600) Subject: weston: Fix build on i.MX 6SL X-Git-Tag: 2.2~77 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a3c82c56f4deaf3315be023d4d5f8b0a72f7357c;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append_imxgpu2d = " \ +SRC_URI_append_imxgpu3d = " \ file://0002-MGS-1111-Add-GPU-VIV-suport-for-wayland-and-weston-1.patch \ file://0003-MGS-1192-xwld-g2d-compositor-dose-not-work.patch \ file://0004-MGS-1235-Fix-setenv-and-clear-environments.patch \