xrdp: Guard ptests with x11 distro feature

xrdp only builds when x11 is enabled, make it consistent

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj 2026-04-15 19:44:32 -07:00
parent 0c5517ff10
commit d7386465ee
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -59,7 +59,7 @@ PTESTS_FAST_META_OE = "\
utf8proc \
uthash \
xdg-dbus-proxy \
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'xrdp', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'pam x11', 'xrdp', '', d)} \
zeromq \
"
PTESTS_FAST_META_OE:append:x86 = " mcelog"