libnotify: added missing dependency on dbus-glib

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4768 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-02 14:18:13 +00:00
parent 1a8244a3a7
commit 2f19d8828e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Send desktop notifications to a notification daemon"
HOMEPAGE = "http://www.galago-project.org/"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "dbus gtk+"
DEPENDS = "dbus gtk+ dbus-glib"
PR = "r0"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"