diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:57 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:48 +0100 |
| commit | 20b398d8780214e5f063287909666f9a79e78768 (patch) | |
| tree | c67d5a3d4b9a90c5ad044199cd77df4e13739ef1 /meta-xfce/classes | |
| parent | e4ff7d0ac46627c6bedb8bffab25c700490757ca (diff) | |
| download | meta-openembedded-20b398d8780214e5f063287909666f9a79e78768.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>
Diffstat (limited to 'meta-xfce/classes')
| -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 | ||
