xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/required-distro-features.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# distro features required by weston recipes
2
3inherit features_check
4
5# requires pam enabled if started via systemd
6#
7REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}"
8
9