diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-21 15:54:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:29 +0100 |
commit | 08ba7cc3ca0c789dbbc13b965f591daa9eca1c7c (patch) | |
tree | 1d0994747864ac44d4573972c3912cb4c14c3682 /meta-gnome/recipes-gnome | |
parent | 60abe03184723caf4f712897c2dbafb6bab85f59 (diff) | |
download | meta-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/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 2 |
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 77e9a15f8..b3058e88e 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" | |||
11 | DEPENDS = "systemd gtk+3 libnotify libcanberra" | 11 | DEPENDS = "systemd gtk+3 libnotify libcanberra" |
12 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | 12 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" |
13 | 13 | ||
14 | inherit gnomebase gtk-icon-cache distro_features_check | 14 | inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection |
15 | REQUIRED_DISTRO_FEATURES = "systemd" | 15 | REQUIRED_DISTRO_FEATURES = "systemd" |
16 | 16 | ||
17 | SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113" | 17 | SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113" |