Add missing RDEPENDS on xrdb

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1393 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-27 09:33:51 +00:00
parent f91a0fb043
commit a6f8cb8736
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
DESCRIPTION = "Settings-daemon provides a bridge between gconf and xsettings"
LICENSE = "GPL"
DEPENDS = "gconf glib-2.0"
RDEPENDS = "xrdb"
SECTION = "x11"
PV = "0.0+svn${SRCDATE}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://70settings-daemon"