blob: bb4a0e8ebd0f747ac2a5745800eba6bd80656897 (
plain)
1
2
3
4
5
6
7
8
|
# distro features required by weston recipes
inherit features_check
# requires pam enabled if started via systemd
#
REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}"
|