aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-session/matchbox-session.bb
blob: f872a21f53abf539736efb6898b918c33431029b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Matchbox session support"
RDEPENDS_${PN} = "matchbox-common"
# they do the same in other way
RCONFLICTS_${PN} = "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}"