From 08ba7cc3ca0c789dbbc13b965f591daa9eca1c7c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 21 Mar 2016 15:54:51 +0200 Subject: gnome-bluetooth: inherit gobject-introspection class This fixes introspection support. Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome') 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" -- cgit 1.2.3-korg