aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgtkinput/libgtkinput_0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libgtkinput/libgtkinput_0.3.bb')
-rw-r--r--recipes/libgtkinput/libgtkinput_0.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/libgtkinput/libgtkinput_0.3.bb b/recipes/libgtkinput/libgtkinput_0.3.bb
new file mode 100644
index 0000000000..45da1548d6
--- /dev/null
+++ b/recipes/libgtkinput/libgtkinput_0.3.bb
@@ -0,0 +1,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
+}
+