mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 12:55:07 +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:
parent
0c5517ff10
commit
d7386465ee
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user