aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-06 12:18:39 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-05-23 15:49:36 +0200
commitf6ef2b4a253a89ee371225dc779ce4f972441deb (patch)
tree39fe97726f50eb871e1577daa9dc18d3e6bdb37e /meta-gnome
parenta80d7ecd1718fe69d96e880680db7689fa4bc120 (diff)
downloadmeta-openembedded-contrib-f6ef2b4a253a89ee371225dc779ce4f972441deb.tar.gz
gnome-bluetooth: Look for x11 in distro features
It does not compile without it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
index be62b371b6..8cfd65af3b 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
@@ -10,7 +10,8 @@ DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native
${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
"
-inherit gnomebase gtk-icon-cache gobject-introspection
+inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"