aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:30:55 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:47 +0100
commite0dc483313ae4ad6c8267ff957c72b2ff2df692c (patch)
tree2475ae0deb8da458c0af8010f59be1035203c4b6 /meta-xfce/recipes-xfce
parent9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095 (diff)
downloadmeta-openembedded-contrib-e0dc483313ae4ad6c8267ff957c72b2ff2df692c.tar.gz
packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
Most packages in this packagegroup require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
index 14ea4b49c0..e2f238c04a 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
PR = "r5"
-inherit packagegroup
+inherit packagegroup distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
RDEPENDS_${PN} = " \
xfwm4 \