summaryrefslogtreecommitdiffstats
path: root/recipes/libgtkinput/libgtkinput_0.3.bb
blob: 45da1548d64531ced27dc9381aa2c6e1076d7671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE = "LGPL"
DEPENDS = "gtk+"
GPE_TARBALL_SUFFIX = "bz2"
PR = "r2"

inherit gpe autotools

SRC_URI += "file://gtkinput.sh"

FILES_${PN} = "/etc ${libdir}/gtk-2.0/*/modules/*.so*"



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