diff options
-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 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" | |||
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" |