diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 5 |
1 files changed, 3 insertions, 2 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 7b064c332c..fe3e572f35 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 | |||
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
6 | 6 | ||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | 8 | ||
9 | DEPENDS = "udev gtk+3 libnotify libcanberra" | 9 | DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native \ |
10 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | 10 | ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \ |
11 | " | ||
11 | 12 | ||
12 | inherit gnomebase gtk-icon-cache gobject-introspection | 13 | inherit gnomebase gtk-icon-cache gobject-introspection |
13 | 14 | ||