mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +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 \
|
utf8proc \
|
||||||
uthash \
|
uthash \
|
||||||
xdg-dbus-proxy \
|
xdg-dbus-proxy \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'xrdp', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'pam x11', 'xrdp', '', d)} \
|
||||||
zeromq \
|
zeromq \
|
||||||
"
|
"
|
||||||
PTESTS_FAST_META_OE:append:x86 = " mcelog"
|
PTESTS_FAST_META_OE:append:x86 = " mcelog"
|
||||||
|
|||||||
Reference in New Issue
Block a user