diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:59 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:48 +0100 |
commit | db0e4783e2af6599c9c6a0973bc628844dffb5d8 (patch) | |
tree | ab963c38ff0f660ea8fc95400d7799d4fd215e00 /meta-xfce/classes/xfce-app.bbclass | |
parent | 723e9b71a4e9d43a6b2623d8298d7f452d222ed3 (diff) | |
download | meta-openembedded-db0e4783e2af6599c9c6a0973bc628844dffb5d8.tar.gz |
xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
All xfce apps depend on gtk+ or xfce4-panel or 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/classes/xfce-app.bbclass')
-rw-r--r-- | meta-xfce/classes/xfce-app.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass index 8780ebfd9..1c31c2faa 100644 --- a/meta-xfce/classes/xfce-app.bbclass +++ b/meta-xfce/classes/xfce-app.bbclass | |||
@@ -1,4 +1,6 @@ | |||
1 | inherit xfce | 1 | inherit xfce distro_features_check |
2 | |||
3 | REQUIRED_DISTRO_FEATURES = "x11" | ||
2 | 4 | ||
3 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 5 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
4 | 6 | ||