From: Pierluigi Passaro Date: Sat, 31 Oct 2020 22:43:12 +0000 (+0100) Subject: weston-init: enable g2d for mx6dl/mxq machines X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=98e4ca38c8405c7feb1246097271c953935ba9cc;p=meta-freescale.git weston-init: enable g2d for mx6dl/mxq machines Both the machines do support g2d and this fix graphical artifacts when using a mouse Signed-off-by: Pierluigi Passaro (cherry picked from commit 5495996f680c401c1759bf944450c3000b837c66) --- diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index e5bbca66..0a257980 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -15,6 +15,12 @@ SRC_URI_append_mx6sl = " file://weston.config" INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ " +INI_UNCOMMENT_ASSIGNMENTS_append_mx6dl = " \ + use-g2d=1 \ +" +INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \ + use-g2d=1 \ +" INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ use-g2d=1 \ "