From 33055f8dc2e9a5ea43713c01fc04240f545ceb02 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 22 Nov 2016 15:30:58 +0800 Subject: xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES The bbclass depends on xfce4-panel and libxfce4ui which require x11 distro feature. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa (cherry picked from commit 723e9b71a4e9d43a6b2623d8298d7f452d222ed3) Signed-off-by: Armin Kuster --- meta-xfce/classes/xfce-panel-plugin.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-xfce') diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index b2f06781d2..6515dc0d49 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass @@ -1,4 +1,6 @@ -inherit xfce +inherit xfce distro_features_check + +REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "libxfce4ui libxfce4util xfce4-panel" -- cgit 1.2.3-korg