libgalago: added missing dependency on dbus-glib

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4764 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-02 10:36:46 +00:00
parent 4e7c4187bd
commit b43138ae32
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
LICENSE = "LGPL"
DEPENDS = "gettext dbus glib-2.0"
DEPENDS = "gettext dbus glib-2.0 dbus-glib"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://pkgconfig.patch;patch=1 "