[oe] [meta-xfce][PATCH 14/27] xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 22 07:30:59 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

All xfce apps depend on gtk+ or xfce4-panel or libxfce4ui
which require x11 distro feature.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-xfce/classes/xfce-app.bbclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass
index 8780ebf..1c31c2f 100644
--- a/meta-xfce/classes/xfce-app.bbclass
+++ b/meta-xfce/classes/xfce-app.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
 
-- 
2.8.3




More information about the Openembedded-devel mailing list