diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-08 14:18:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:28:17 +0200 |
commit | 47f7d287a09329734629cb9d194ef4e077117d79 (patch) | |
tree | 45d04c9a5bce79b8179da7f410b9ce44b99fce98 /meta-gnome/recipes-gnome/gnome-bluetooth | |
parent | 5a5ec1c0607466d0369170c7a3e25ca92d51ca1c (diff) | |
download | meta-openembedded-47f7d287a09329734629cb9d194ef4e077117d79.tar.gz |
gnome-keyring: blacklist gnome-bluetooth, gvfs: try to build with libgnome-keyring only
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 7d33778c6..f2128d8c3 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SECTION = "x11/gnome" | 9 | SECTION = "x11/gnome" |
10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify gnome-keyring virtual/libx11 libxi intltool-native" | 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify libgnome-keyring virtual/libx11 libxi intltool-native" |
11 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" | 11 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" |
12 | 12 | ||
13 | inherit gnomebase gtk-icon-cache | 13 | inherit gnomebase gtk-icon-cache |