mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 07:12:15 +02:00
weston-init: Fix arg rename --no-clients-resize -> --no-resizeable [YOCIMX-8535]
The command line argument --no-clients-resize is renamed for Weston 14 to --no-resizeable. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
f698428559
commit
791e871afe
|
@ -21,5 +21,5 @@ touchscreen_calibrator=true
|
|||
#transform=rotate-90
|
||||
|
||||
[screen-share]
|
||||
command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
|
||||
command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-resizeable
|
||||
#start-on-startup=true
|
||||
|
|
Loading…
Reference in New Issue
Block a user