diff options
Diffstat (limited to 'meta-xfce/classes/thunar-plugin.bbclass')
| -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 423f337bef..3719cba219 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | inherit xfce features_check | 1 | inherit xfce features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "x11" | 3 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
| 4 | # cairo would at least needed to be built with xlib. | ||
| 5 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 4 | 6 | ||
| 5 | DEPENDS += "thunar" | 7 | DEPENDS += "thunar" |
| 6 | 8 | ||
