aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-14 11:17:28 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-14 11:17:28 +0000
commit0fe9ddd16cc52a08fa7f841d61400e9223f990b5 (patch)
treee9c0fc5fd17ac4c13cf03352494c44201cf943ef /packages/dbus
parentf5123b32f92d24104c325b090bf18f0e82ad087f (diff)
downloadopenembedded-0fe9ddd16cc52a08fa7f841d61400e9223f990b5.tar.gz
dbus.inc: glib-2.0 isn't needed any more
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus.inc b/packages/dbus/dbus.inc
index d87975a20e..8baf8d9feb 100644
--- a/packages/dbus/dbus.inc
+++ b/packages/dbus/dbus.inc
@@ -2,7 +2,7 @@ SECTION = "base"
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"
+DEPENDS = "expat virtual/libintl"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://tmpdir.patch;patch=1 \