polkit: inherit distro_features_check

Make the recently added REQUIRED_DISTRO_FEATURES effective by
inheriting distro_features_check.

Fixes: 97a1a55f47 ("polkit: add polkit as a required distro feature")
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Stefan Agner 2019-01-28 10:45:41 +01:00 committed by Khem Raj
parent 41817d8ae1
commit c049e02663

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
DEPENDS = "expat glib-2.0 intltool-native mozjs"
inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection
inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check
REQUIRED_DISTRO_FEATURES = "polkit"