summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-12-15 07:55:48 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2022-12-15 09:42:13 -0700
commitf17b502396a29e62bef3d411120f2a6aea90d0a9 (patch)
treec2e24ca151a533bb1fba8a72dbb24dbf4f045484 /recipes-graphics/wayland
parent86f94d29da9f13dcde14e2a85f56435de420a867 (diff)
downloadmeta-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')
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend3
-rw-r--r--recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini1
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 4ba6cba7..ffc26456 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.
15INI_UNCOMMENT_ASSIGNMENTS:append:imx-nxp-bsp = " \
16 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \
17"
18INI_UNCOMMENT_ASSIGNMENTS:append:mx8-nxp-bsp = " \ 15INI_UNCOMMENT_ASSIGNMENTS:append:mx8-nxp-bsp = " \
19 repaint-window=16 \ 16 repaint-window=16 \
20" 17"
diff --git a/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini b/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini
index 3e8be42f..3e298973 100644
--- a/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini
+++ b/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini
@@ -2,7 +2,6 @@
2#gbm-format=argb8888 2#gbm-format=argb8888
3idle-time=0 3idle-time=0
4#use-g2d=1 4#use-g2d=1
5#xwayland=true
6#repaint-window=16 5#repaint-window=16
7#enable-overlay-view=1 6#enable-overlay-view=1
8modules=screen-share.so 7modules=screen-share.so