summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.115.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.115.bb b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
index ad0f66a5e1..90c2fb1524 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.115.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.115.bb
@@ -9,6 +9,8 @@ DEPENDS = "expat glib-2.0 intltool-native mozjs"
9 9
10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection 10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection
11 11
12REQUIRED_DISTRO_FEATURES = "polkit"
13
12PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ 14PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
13 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', \ 15 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', \
14 bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d), d)} \ 16 bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d), d)} \