dbus.inc: glib-2.0 isn't needed any more
authorKoen Kooi <koen@openembedded.org>
Thu, 14 Dec 2006 11:17:28 +0000 (11:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 14 Dec 2006 11:17:28 +0000 (11:17 +0000)
packages/dbus/dbus.inc

index d87975a..8baf8d9 100644 (file)
@@ -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 \