mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 06:42:20 +02:00
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>
This commit is contained in:
parent
86f94d29da
commit
f17b502396
|
@ -4,7 +4,6 @@ modules=hmi-controller.so
|
|||
#gbm-format=argb8888
|
||||
idle-time=0
|
||||
#use-g2d=1
|
||||
#xwayland=true
|
||||
#repaint-window=16
|
||||
#enable-overlay-view=1
|
||||
|
||||
|
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user