diff options
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/classes/xfce-app.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass index 8780ebfd9..1c31c2faa 100644 --- a/meta-xfce/classes/xfce-app.bbclass +++ b/meta-xfce/classes/xfce-app.bbclass | |||
@@ -1,4 +1,6 @@ | |||
1 | inherit xfce | 1 | inherit xfce distro_features_check |
2 | |||
3 | REQUIRED_DISTRO_FEATURES = "x11" | ||
2 | 4 | ||
3 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 5 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
4 | 6 | ||