X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-core%2Fdynamic-layers%2Fmeta-oe%2Frecipes-graphics%2Fwayland%2Fcommon-init.inc;fp=meta-agl-core%2Fdynamic-layers%2Fmeta-oe%2Frecipes-graphics%2Fwayland%2Fcommon-init.inc;h=47f7d8b1d1b1d166057c3183900ebdf7391e3844;hb=c57f7a0610a7702f7057c416ce2b170d71ef001e;hp=0000000000000000000000000000000000000000;hpb=5e3df5ad4fe4a93208110a1ff40c5e3ce09f6269;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/common-init.inc b/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/common-init.inc new file mode 100644 index 000000000..47f7d8b1d --- /dev/null +++ b/meta-agl-core/dynamic-layers/meta-oe/recipes-graphics/wayland/common-init.inc @@ -0,0 +1,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)}"