diff options
-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 | " |