diff options
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb index 0b0353b32..c145ce092 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | |||
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" | 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" |
6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" | 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" |
7 | 7 | ||
8 | inherit xfce pythonnative perlnative gtk-doc | 8 | inherit xfce pythonnative perlnative gtk-doc distro_features_check |
9 | |||
10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | REQUIRED_DISTRO_FEATURES_class-native = "" | ||
9 | 12 | ||
10 | # SRC_URI must follow inherited one | 13 | # SRC_URI must follow inherited one |
11 | SRC_URI += " \ | 14 | SRC_URI += " \ |