From d6f97fca40db46871698eb34de1d471b090d05f8 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 19 Aug 2024 07:07:06 -0500 Subject: [PATCH] fsl-imx-xwayland: Add RDP support to distro [YOCIMX-8211] Signed-off-by: Tom Hochstein --- meta-imx-sdk/conf/distro/fsl-imx-xwayland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-imx-sdk/conf/distro/fsl-imx-xwayland.conf b/meta-imx-sdk/conf/distro/fsl-imx-xwayland.conf index db0d99cfe5..8207a80024 100644 --- a/meta-imx-sdk/conf/distro/fsl-imx-xwayland.conf +++ b/meta-imx-sdk/conf/distro/fsl-imx-xwayland.conf @@ -8,3 +8,6 @@ DISTRO = "fsl-imx-xwayland" # Remove conflicting backends DISTRO_FEATURES:remove = "directfb " DISTRO_FEATURES:append = " x11 wayland pam" + +PACKAGECONFIG:append:pn-weston = " rdp" +PACKAGECONFIG:append:pn-weston-init = " rdp"