mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
60abe03184
commit
08ba7cc3ca
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user