aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:30:57 +0800
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:22 -0800
commit17c92998f61d42dc25fdf60ef6441db1c733d89a (patch)
tree18ff55552d5fa079865c302428576b682462ad59 /meta-xfce
parente3cc8a1de5861a9f360acf09fe5f38b0642feeae (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/classes/thunar-plugin.bbclass4
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 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "thunar"