aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgtkinput/libgtkinput_svn.bb
blob: b8fcc8c26e20d6b5934a5210a9a914b6f1fbadbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "LGPL"
PV = "0.3+svn${SRCDATE}"

inherit gpe autotools

SRC_URI = "${GPE_SVN} \
           file://gtkinput.sh"

S = "${WORKDIR}/${PN}"

do_install_append() {
        install -d ${D}/${sysconfdir}/X11/Xsession.d
        install -m 755 ${WORKDIR}/gtkinput.sh ${D}/${sysconfdir}/X11/Xsession.d/46gtkinput
}

FILES_${PN} += "${libdir}"

DEFAULT_PREFERENCE = "-1"