diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-12-15 07:55:48 -0700 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-12-15 09:42:13 -0700 |
| commit | f17b502396a29e62bef3d411120f2a6aea90d0a9 (patch) | |
| tree | c2e24ca151a533bb1fba8a72dbb24dbf4f045484 /recipes-graphics/wayland/weston-init.bbappend | |
| parent | 86f94d29da9f13dcde14e2a85f56435de420a867 (diff) | |
| download | meta-freescale-f17b502396a29e62bef3d411120f2a6aea90d0a9.tar.gz | |
weston-init: Drop redundant xwayland=true setting
The main recipe now sets xwayland=true in weston.ini, so drop it from
here.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/weston-init.bbappend')
| -rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 4ba6cba7f..ffc264562 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
| @@ -12,9 +12,6 @@ SRC_URI:append:mx6sl-nxp-bsp = " file://weston.config" | |||
| 12 | # commented out. For example: | 12 | # commented out. For example: |
| 13 | # #xwayland=true | 13 | # #xwayland=true |
| 14 | # Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS. | 14 | # Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS. |
| 15 | INI_UNCOMMENT_ASSIGNMENTS:append:imx-nxp-bsp = " \ | ||
| 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ | ||
| 17 | " | ||
| 18 | INI_UNCOMMENT_ASSIGNMENTS:append:mx8-nxp-bsp = " \ | 15 | INI_UNCOMMENT_ASSIGNMENTS:append:mx8-nxp-bsp = " \ |
| 19 | repaint-window=16 \ | 16 | repaint-window=16 \ |
| 20 | " | 17 | " |
