diff options
-rw-r--r-- | meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 3 |
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 | ||
5 | DEPENDS = "libxfce4ui polkit" | 5 | DEPENDS = "libxfce4ui polkit" |
6 | 6 | ||
7 | inherit xfce-app | 7 | inherit xfce-app distro_features_check |
8 | REQUIRED_DISTRO_FEATURES = "polkit" | ||
8 | 9 | ||
9 | SRC_URI = " \ | 10 | SRC_URI = " \ |
10 | git://github.com/ncopa/${BPN}.git \ | 11 | git://github.com/ncopa/${BPN}.git \ |