diff options
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.bb | 33 |
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 @@ | |||
| 1 | DESCRIPTION = "A generic touchscreen calibration program for X.Org" | ||
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" | ||
| 3 | LICENSE = "MIT-X" | ||
| 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" | ||
| 5 | DEPENDS = "virtual/libx11 libxi" | ||
| 6 | |||
| 7 | PR = "r8" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | SRC_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 | " | ||
| 15 | SRC_URI[md5sum] = "20da0a2055a5a75962add8c6b44f60fa" | ||
| 16 | SRC_URI[sha256sum] = "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/xinput_calibrator-${PV}" | ||
| 19 | |||
| 20 | # force native X11 ui as we don't have gtk+ in DEPENDS | ||
| 21 | EXTRA_OECONF += "--with-gui=x11" | ||
| 22 | |||
| 23 | do_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 | |||
| 31 | FILES_${PN} += "${sysconfdir}/xdg/autostart" | ||
| 32 | RDEPENDS_${PN} = "xinput xterm" | ||
| 33 | RRECOMMENDS_${PN} = "pointercal-xinput" | ||
