From e0dc483313ae4ad6c8267ff957c72b2ff2df692c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Nov 2016 15:30:55 +0800 Subject: packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES Most packages in this packagegroup require x11 distro feature. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-xfce/recipes-xfce') 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 \ -- cgit 1.2.3-korg