settings-daemon: Add missing DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3170 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-15 09:53:17 +00:00
parent 3bcc26107c
commit 53c67fba50

View File

@@ -1,6 +1,6 @@
DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings"
LICENSE = "GPL"
DEPENDS = "gconf glib-2.0"
DEPENDS = "gconf glib-2.0 gtk+"
RDEPENDS = "xrdb"
SECTION = "x11"
PV = "0.0+svnr${SRCREV}"