summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
4 4
5DEPENDS = "libxfce4ui polkit" 5DEPENDS = "libxfce4ui polkit"
6 6
7inherit xfce-app 7inherit xfce-app distro_features_check
8REQUIRED_DISTRO_FEATURES = "polkit"
8 9
9SRC_URI = " \ 10SRC_URI = " \
10 git://github.com/ncopa/${BPN}.git \ 11 git://github.com/ncopa/${BPN}.git \