eds needs to rdepend on dbus-1, not dbus

git-svn-id: https://svn.o-hand.com/repos/poky@151 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-11-01 13:33:57 +00:00
parent dbc46ce883
commit a52120363b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk+ gconf dbus db gnome-common libglade libiconv"
RDEPENDS = "gconf dbus db libiconv"
RDEPENDS = "gconf dbus-1 db libiconv"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}"