Files
poky/meta/packages/settings-daemon/settings-daemon_svn.bb
Ross Burton a6f8cb8736 Add missing RDEPENDS on xrdb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1393 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-27 09:33:51 +00:00

23 lines
564 B
BlitzBasic

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 = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://70settings-daemon"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext gconf
FILES_${PN} = "${bindir}/* ${sysconfdir}"
do_install_append () {
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/70settings-daemon ${D}/${sysconfdir}/X11/Xsession.d/
}