diff options
author | Pierluigi Passaro <pierluigi.p@variscite.com> | 2020-10-31 23:43:12 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-31 12:36:40 -0300 |
commit | 5495996f680c401c1759bf944450c3000b837c66 (patch) | |
tree | 9287b0c777bea5e14c65392017f81cfa4dd4b3d0 | |
parent | d0973b6c9c7e5f985d2784d8dd010f81203ac4e8 (diff) | |
download | meta-freescale-5495996f680c401c1759bf944450c3000b837c66.tar.gz |
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 <pierluigi.p@variscite.com>
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
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" | |||
15 | INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ | 15 | INI_UNCOMMENT_ASSIGNMENTS_append_imx = " \ |
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ |
17 | " | 17 | " |
18 | INI_UNCOMMENT_ASSIGNMENTS_append_mx6dl = " \ | ||
19 | use-g2d=1 \ | ||
20 | " | ||
21 | INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \ | ||
22 | use-g2d=1 \ | ||
23 | " | ||
18 | INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ | 24 | INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ |
19 | use-g2d=1 \ | 25 | use-g2d=1 \ |
20 | " | 26 | " |