From: Jan-Simon Moeller Date: Tue, 16 Jan 2018 11:49:22 +0000 (+0000) Subject: Merge "i.MX6: weston: Fix for missing flags" X-Git-Tag: 5.99.1~89 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b2c4cb62c1895ab78d5a33bb5672bc30620f3cdc;hp=c1e8cce951a58f38cef7c9bc78818f56ba656477;p=AGL%2Fmeta-agl.git Merge "i.MX6: weston: Fix for missing flags" --- diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch new file mode 100644 index 000000000..2f4e6b628 --- /dev/null +++ b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-2.0.0/fix-ivi-layout-for-IMX6-fbdev.patch @@ -0,0 +1,13 @@ +--- a/ivi-shell/ivi-layout.c 2018-01-09 12:36:35.595811484 +0200 ++++ b/ivi-shell/ivi-layout.c 2018-01-09 12:39:59.579122491 +0200 +@@ -629,10 +629,6 @@ + struct ivi_rectangle r; + bool can_calc = true; + +- /*In case of no prop change, this just returns*/ +- if (!ivilayer->prop.event_mask && !ivisurf->prop.event_mask) +- return; +- + update_opacity(ivilayer, ivisurf, ivi_view->view); + + if (ivisurf->prop.source_width == 0 || ivisurf->prop.source_height == 0) { diff --git a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston_2.0.0.bbappend index 683219968..5cc743326 100644 --- a/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston_2.0.0.bbappend +++ b/meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston_2.0.0.bbappend @@ -4,6 +4,7 @@ SRC_URI_append_imxgpu3d = " \ file://0001-libweston-Restore-EGL-support-for-the-fbdev-backend.patch \ file://0002-MGS-2352-ccc-Add-GPU-VIV-support-for-weston-2.0.patch \ file://0006-Link-compositor-to-egl.patch \ + file://fix-ivi-layout-for-IMX6-fbdev.patch \ " # The 'egl' configuration of weston requires gles support, and consideration