summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2012-12-03 16:03:24 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 10:46:34 +0100
commit3cd0866c28822d08e5817d4d806b8deaa368c711 (patch)
treeb2bac5dfd6146e3d882bc2feed89bf55b12bfd61 /meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
parent3becce8504033dfac7c497fa12675f873a5df9e0 (diff)
downloadmeta-openembedded-3cd0866c28822d08e5817d4d806b8deaa368c711.tar.gz
xinput-calibrator: update to 2012 Aug 2nd's git snapshot
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb')
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
deleted file mode 100644
index edc10bda40..0000000000
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1DESCRIPTION = "A generic touchscreen calibration program for X.Org"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
3LICENSE = "MIT-X"
4LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
5DEPENDS = "virtual/libx11 libxi"
6
7PR = "r8"
8
9inherit autotools
10
11SRC_URI = "http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz \
12 file://0001-xinput_calibrator_pointercal.sh-specify-output-type-.patch \
13 file://xinput-calibrator-autostart.desktop \
14"
15SRC_URI[md5sum] = "20da0a2055a5a75962add8c6b44f60fa"
16SRC_URI[sha256sum] = "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971"
17
18S = "${WORKDIR}/xinput_calibrator-${PV}"
19
20# force native X11 ui as we don't have gtk+ in DEPENDS
21EXTRA_OECONF += "--with-gui=x11"
22
23do_install_append() {
24 install -d ${D}${bindir}
25 install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh
26
27 install -d ${D}${sysconfdir}/xdg/autostart
28 install -m 0644 ${WORKDIR}/xinput-calibrator-autostart.desktop ${D}${sysconfdir}/xdg/autostart
29}
30
31FILES_${PN} += "${sysconfdir}/xdg/autostart"
32RDEPENDS_${PN} = "xinput xterm"
33RRECOMMENDS_${PN} = "pointercal-xinput"