mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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:
parent
383282e239
commit
dd26f651af
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user