Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | # distro features required by weston recipes |
2 | |||||
3 | inherit features_check | ||||
4 | |||||
5 | # requires pam enabled if started via systemd | ||||
6 | # | ||||
7 | REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | ||||
8 |