aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-21 15:54:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:27:29 +0100
commit08ba7cc3ca0c789dbbc13b965f591daa9eca1c7c (patch)
tree1d0994747864ac44d4573972c3912cb4c14c3682 /meta-gnome
parent60abe03184723caf4f712897c2dbafb6bab85f59 (diff)
downloadmeta-openembedded-08ba7cc3ca0c789dbbc13b965f591daa9eca1c7c.tar.gz
gnome-bluetooth: inherit gobject-introspection class
This fixes introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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.bb2
1 files changed, 1 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 77e9a15f82..b3058e88ee 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
@@ -11,7 +11,7 @@ SECTION = "x11/gnome"
DEPENDS = "systemd gtk+3 libnotify libcanberra"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
-inherit gnomebase gtk-icon-cache distro_features_check
+inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection
REQUIRED_DISTRO_FEATURES = "systemd"
SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"