diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:11:50 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:34 -0700 |
commit | 3c120afe85e02fea52f7552c8725df60b88ee4c5 (patch) | |
tree | b489ee14fb03ac7eb09d6b08af84bffed9d3f3d7 /meta-gnome | |
parent | ee915ce8adc094a19cc0fce0bfa16c40ff678911 (diff) | |
download | meta-openembedded-3c120afe85e02fea52f7552c8725df60b88ee4c5.tar.gz |
onboard: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | 4 |
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 10765ee0c..4e49becc4 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 | |||
10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" | 10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" |
11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" | 11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" |
12 | 12 | ||
13 | inherit setuptools3 pkgconfig gtk-icon-cache gsettings | 13 | inherit distro_features_check setuptools3 pkgconfig gtk-icon-cache gsettings |
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
14 | 16 | ||
15 | FILES_${PN} += " \ | 17 | FILES_${PN} += " \ |
16 | ${datadir}/dbus-1 \ | 18 | ${datadir}/dbus-1 \ |