aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-session/matchbox-session.bb
blob: c9317068281b9f29911e9ed2b0bf5a7da6bfc000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Matchbox session support"
RDEPENDS_${PN} = "matchbox-common"
# they do the same in other way
RCONFLICTS_${PN} = "gpe-session-scripts"
PR = "r1"

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}"