From 5495996f680c401c1759bf944450c3000b837c66 Mon Sep 17 00:00:00 2001 From: Pierluigi Passaro Date: Sat, 31 Oct 2020 23:43:12 +0100 Subject: 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 --- recipes-graphics/wayland/weston-init.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes-graphics/wayland') 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 \ " -- cgit v1.2.3-54-g00ecf