diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:58 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:48 +0100 |
commit | 723e9b71a4e9d43a6b2623d8298d7f452d222ed3 (patch) | |
tree | b6cda134099ae092d7dc939675a8a0a2a023fba0 /meta-xfce | |
parent | 20b398d8780214e5f063287909666f9a79e78768 (diff) | |
download | meta-openembedded-723e9b71a4e9d43a6b2623d8298d7f452d222ed3.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>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 4 |
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 b2f06781d..6515dc0d4 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -1,4 +1,6 @@ | |||
1 | inherit xfce | 1 | inherit xfce distro_features_check |
2 | |||
3 | REQUIRED_DISTRO_FEATURES = "x11" | ||
2 | 4 | ||
3 | DEPENDS += "libxfce4ui libxfce4util xfce4-panel" | 5 | DEPENDS += "libxfce4ui libxfce4util xfce4-panel" |
4 | 6 | ||