All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gnome-bluetooth: inherit gobject-introspection class
@ 2016-03-21 13:54 Alexander Kanavin
  2016-03-21 13:54 ` [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev Alexander Kanavin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexander Kanavin @ 2016-03-21 13:54 UTC (permalink / raw)
  To: openembedded-devel

This fixes introspection support.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 77e9a15..b3058e8 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"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-22 19:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 13:54 [PATCH 1/2] gnome-bluetooth: inherit gobject-introspection class Alexander Kanavin
2016-03-21 13:54 ` [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev Alexander Kanavin
2016-03-21 14:50   ` Martin Jansa
2016-03-21 14:45     ` Alexander Kanavin
2016-03-21 20:43       ` Paul Eggleton
2016-03-21 20:54         ` Martin Jansa
2016-03-22 16:25         ` alexander.kanavin
2016-03-22 19:58           ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.