aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-09 08:03:08 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 12:43:47 -0700
commit7a18b4bde9b9934fec5da960a9ba680147c10490 (patch)
tree67e529c9ec7ba2c6e2787c11e0cc288e138b75dd /meta-xfce
parent0ed6431b3aadad559861bfb072466adef2e26ec8 (diff)
downloadmeta-openembedded-7a18b4bde9b9934fec5da960a9ba680147c10490.tar.gz
xfce4-vala: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
index a25e2e621c..28f9cde97b 100644
--- a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
+++ b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb
@@ -3,7 +3,9 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
-inherit xfce pkgconfig
+inherit xfce pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71"