]> code.ossystems Code Review - openembedded-core.git/commitdiff
settings-daemon: Add missing DEPENDS
authorRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 09:53:17 +0000 (09:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 15 Nov 2007 09:53:17 +0000 (09:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3170 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/settings-daemon/settings-daemon_svn.bb

index fb24fb1d75f93caba4e6027a565a021d78e7aaa4..780b30673aa6ee87d7aa51888da0edd7805b8ff1 100644 (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}"