aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-28 15:48:37 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-28 15:48:37 +0000
commit9181dc0009b00b49de7c8c236427e728776ea1cb (patch)
tree03a383c9a0ecc7fb45ae3962235d6d91695e2363 /packages/dbus
parent75f70c90ab0d00a1d1d13af9e873aa2dd350210e (diff)
downloadopenembedded-9181dc0009b00b49de7c8c236427e728776ea1cb.tar.gz
dbus-glib: depend on dbus to get dbus.h
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus-glib_0.71.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus-glib_0.71.bb b/packages/dbus/dbus-glib_0.71.bb
index 6bb69ba316..80a9ae44d6 100644
--- a/packages/dbus/dbus-glib_0.71.bb
+++ b/packages/dbus/dbus-glib_0.71.bb
@@ -3,7 +3,7 @@ PR = "r0"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
-DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native"
+DEPENDS = "expat glib-2.0 virtual/libintl dbus"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-glib-${PV}.tar.gz \
file://cross.patch;patch=1 \