aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-06-25 21:14:05 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-25 14:21:48 -0700
commitdd26f651af4412daced08b5bbc1d604dab8809ea (patch)
treeaac639820a94cda98c3ce9a7ee3a4a5afe84ce94 /meta-xfce
parent383282e2394ea32125789a0f0b755cdd405df3df (diff)
downloadmeta-openembedded-contrib-dd26f651af4412daced08b5bbc1d604dab8809ea.tar.gz
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>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
index 54bf7c7529..62d8d6de93 100644
--- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
+++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb
@@ -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 \