diff options
author | Peter Tworek <tworaz666@gmail.com> | 2012-01-30 19:46:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-30 21:08:01 +0100 |
commit | da3a1350d85db7dc33af15cd9cbccef28fbd1c91 (patch) | |
tree | c2abe531c998ed1052c0a8fff3c3204000a2bef6 /meta-gnome | |
parent | 805e3978a37c0bf1f3c2d20d62bf351dbda446ae (diff) | |
download | meta-openembedded-da3a1350d85db7dc33af15cd9cbccef28fbd1c91.tar.gz |
gnome-bluetooth: Depend on virtual/libx11, not libx11.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-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 80d77125b..2b4ccbb8b 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 bluez4 gnome-keyring libx11 libxi" | 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi" |
11 | 11 | ||
12 | inherit gnome | 12 | inherit gnome |
13 | 13 | ||