diff options
Diffstat (limited to 'meta-xfce/classes')
-rw-r--r-- | meta-xfce/classes/thunar-plugin.bbclass | 2 | ||||
-rw-r--r-- | meta-xfce/classes/xfce-app.bbclass | 2 | ||||
-rw-r--r-- | meta-xfce/classes/xfce-panel-plugin.bbclass | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 76b0e72332..854d96b3af 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit xfce distro_features_check | 1 | inherit xfce features_check |
2 | 2 | ||
3 | REQUIRED_DISTRO_FEATURES = "x11" | 3 | REQUIRED_DISTRO_FEATURES = "x11" |
4 | 4 | ||
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass index 1c31c2faa6..d1b07d7457 100644 --- a/meta-xfce/classes/xfce-app.bbclass +++ b/meta-xfce/classes/xfce-app.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit xfce distro_features_check | 1 | inherit xfce features_check |
2 | 2 | ||
3 | REQUIRED_DISTRO_FEATURES = "x11" | 3 | REQUIRED_DISTRO_FEATURES = "x11" |
4 | 4 | ||
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index f34ee07399..594d40d0d7 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit xfce distro_features_check | 1 | inherit xfce features_check |
2 | 2 | ||
3 | REQUIRED_DISTRO_FEATURES = "x11" | 3 | REQUIRED_DISTRO_FEATURES = "x11" |
4 | 4 | ||