diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:57 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-29 08:22:22 -0800 |
commit | 17c92998f61d42dc25fdf60ef6441db1c733d89a (patch) | |
tree | 18ff55552d5fa079865c302428576b682462ad59 | |
parent | e3cc8a1de5861a9f360acf09fe5f38b0642feeae (diff) | |
download | meta-openembedded-17c92998f61d42dc25fdf60ef6441db1c733d89a.tar.gz |
thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
thunar depends on gtk+, libsm and xfce4-panel 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 20b398d8780214e5f063287909666f9a79e78768)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 4ec073a67a..95f7d00886 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-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 += "thunar" | 5 | DEPENDS += "thunar" |
4 | 6 | ||