From 679337c55cdf061099fefde9842815a8e9c407a0 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Sat, 29 Jan 2022 15:28:05 -0600 Subject: weston-init: Enable screen sharing Signed-off-by: Tom Hochstein --- recipes-graphics/wayland/weston-init/imx/weston.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-graphics/wayland/weston-init') diff --git a/recipes-graphics/wayland/weston-init/imx/weston.ini b/recipes-graphics/wayland/weston-init/imx/weston.ini index 916e621a..3e8be42f 100644 --- a/recipes-graphics/wayland/weston-init/imx/weston.ini +++ b/recipes-graphics/wayland/weston-init/imx/weston.ini @@ -5,6 +5,7 @@ idle-time=0 #xwayland=true #repaint-window=16 #enable-overlay-view=1 +modules=screen-share.so #[shell] #size=1920x1080 @@ -27,4 +28,4 @@ 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-clients-resize --rdp-tls-cert=/etc/freerdp/keys/server.crt --rdp-tls-key=/etc/freerdp/keys/server.key -- cgit v1.2.3-54-g00ecf