mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user