blob: c9014f90009a3ef536cb051c07d015031f185782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Matchbox session support"
RDEPENDS = "matchbox-common"
# they do the same in other way
RCONFLICTS = "gpe-session-scripts"
do_install() {
install -d ${D}${sysconfdir}/X11/Xsession.d/
ln -sf ${bindir}/matchbox-session ${D}${sysconfdir}/X11/Xsession.d/90matchbox-session
}
PACKAGE_ARCH = "all"
PACKAGES = "${PN}"
FILES_${PN} = "${sysconfdir}"
|