xfce-polkit: add required distro feature check to polkit

The xfce-polkit depends polkit, it should do required distro
feature check to polkit

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia 2019-06-25 21:14:05 +08:00 committed by Khem Raj
parent 383282e239
commit dd26f651af

View File

@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c"
DEPENDS = "libxfce4ui polkit"
inherit xfce-app
inherit xfce-app distro_features_check
REQUIRED_DISTRO_FEATURES = "polkit"
SRC_URI = " \
git://github.com/ncopa/${BPN}.git \