meta-agl-core: fix polkit dependencies
[AGL/meta-agl.git] / meta-agl-core / dynamic-layers / meta-oe / recipes-graphics / wayland / common-init.inc
1 # If weston's PACKAGECONFIG contains systemd + pam + polkit, polkit
2 # ends up a hard requirement for start up due to the pam + systemd
3 # configuration that is being installed.  For now, keep things simple
4 # and assume that polkit should be a dependency if it is in
5 # DISTRO_FEATURES.
6 RDEPENDS:${PN} += "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"