aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:30:58 +0800
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:22 -0800
commit33055f8dc2e9a5ea43713c01fc04240f545ceb02 (patch)
tree6404125fa5c4dca0e62d47a28530697694a445e3 /meta-xfce
parent17c92998f61d42dc25fdf60ef6441db1c733d89a (diff)
downloadmeta-openembedded-33055f8dc2e9a5ea43713c01fc04240f545ceb02.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 723e9b71a4e9d43a6b2623d8298d7f452d222ed3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/classes/xfce-panel-plugin.bbclass4
1 files changed, 3 insertions, 1 deletions
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"