diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-14 11:17:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-14 11:17:28 +0000 |
commit | 0fe9ddd16cc52a08fa7f841d61400e9223f990b5 (patch) | |
tree | e9c0fc5fd17ac4c13cf03352494c44201cf943ef /packages | |
parent | f5123b32f92d24104c325b090bf18f0e82ad087f (diff) |
dbus.inc: glib-2.0 isn't needed any more
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dbus/dbus.inc | 2 |
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 \ |