aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 08:11:50 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:34 -0700
commit3c120afe85e02fea52f7552c8725df60b88ee4c5 (patch)
treeb489ee14fb03ac7eb09d6b08af84bffed9d3f3d7 /meta-gnome/recipes-support
parentee915ce8adc094a19cc0fce0bfa16c40ff678911 (diff)
downloadmeta-openembedded-contrib-3c120afe85e02fea52f7552c8725df60b88ee4c5.tar.gz
onboard: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
-rw-r--r--meta-gnome/recipes-support/onboard/onboard_1.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
index 10765ee0c1..4e49becc4f 100644
--- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
+++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb
@@ -10,7 +10,9 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz
SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8"
SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865"
-inherit setuptools3 pkgconfig gtk-icon-cache gsettings
+inherit distro_features_check setuptools3 pkgconfig gtk-icon-cache gsettings
+
+REQUIRED_DISTRO_FEATURES = "x11"
FILES_${PN} += " \
${datadir}/dbus-1 \