From f17b502396a29e62bef3d411120f2a6aea90d0a9 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 15 Dec 2022 07:55:48 -0700 Subject: 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 --- recipes-graphics/wayland/weston-init.bbappend | 3 --- recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini | 1 - 2 files changed, 4 deletions(-) (limited to 'recipes-graphics') 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" # commented out. For example: # #xwayland=true # Then add the assignment to INI_UNCOMMENT_ASSIGNMENTS. -INI_UNCOMMENT_ASSIGNMENTS:append:imx-nxp-bsp = " \ - ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland=true', '', d)} \ -" INI_UNCOMMENT_ASSIGNMENTS:append:mx8-nxp-bsp = " \ repaint-window=16 \ " 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 3e8be42f3..3e2989734 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 @@ #gbm-format=argb8888 idle-time=0 #use-g2d=1 -#xwayland=true #repaint-window=16 #enable-overlay-view=1 modules=screen-share.so -- cgit v1.2.3-54-g00ecf