blob: 47f7d8b1d1b1d166057c3183900ebdf7391e3844 (
plain)
1
2
3
4
5
6
|
# If weston's PACKAGECONFIG contains systemd + pam + polkit, polkit
# ends up a hard requirement for start up due to the pam + systemd
# configuration that is being installed. For now, keep things simple
# and assume that polkit should be a dependency if it is in
# DISTRO_FEATURES.
RDEPENDS:${PN} += "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}"
|