diff options
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_0.115.bb | 2 |
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 | ||
10 | inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection | 10 | inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection |
11 | 11 | ||
12 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
13 | |||
12 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ | 14 | PACKAGECONFIG = "${@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)} \ |