summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
diff options
context:
space:
mode:
authorDiego Rondini <diego.ml@zoho.com>2016-11-21 16:22:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:48:05 +0000
commitc47952ea677752b26dc15a3679db23b70b855a3b (patch)
tree79c49b6822ff1eead2438785fb0a5aba5332a0ff /meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
parentd83fcc6ab55ba617b70527bff8cd72d2b7e0d4d6 (diff)
downloadpoky-c47952ea677752b26dc15a3679db23b70b855a3b.tar.gz
xinput-calibrator: use up-to-date git version
Use up-to-date version from git. While currently there aren't official releases newer than 0.7.5, quite some new features have been added in git, for example the ability to disable the calibration screen timeout. Additionally depend on libxrandr, so that xinput_calibrator can use the library directly to obtain the geometry, instead of parsing the output of the xrandr binary (parsing of the output can easily break, for example when the output name is made up of two words instead of one). (From OE-Core rev: 97e0bf4e1c79077a0f6dc25e0b8888506481f536) Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb')
-rw-r--r--meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index 57c3a7a9a6..68e62ea6d9 100644
--- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Touchscreen calibration program for X11"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" 2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
3LICENSE = "MIT-X" 3LICENSE = "MIT-X"
4LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a" 4LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a"
5DEPENDS = "virtual/libx11 libxi" 5DEPENDS = "virtual/libx11 libxi libxrandr"
6 6
7PV = "0.7.5+git${SRCPV}" 7PV = "0.7.5+git${SRCPV}"
8PR = "r6" 8PR = "r6"
@@ -11,11 +11,10 @@ inherit autotools pkgconfig distro_features_check
11# depends on virtual/libx11 11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_DISTRO_FEATURES = "x11"
13 13
14SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" 14SRCREV = "03dadf55109bd43d3380f040debe9f82f66f2f35"
15SRC_URI = "git://github.com/tias/xinput_calibrator.git \ 15SRC_URI = "git://github.com/tias/xinput_calibrator.git \
16 file://30xinput_calibrate.sh \ 16 file://30xinput_calibrate.sh \
17 file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch \ 17 file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch"
18 file://add-geometry-input-when-calibrating.patch"
19 18
20S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
21 20
@@ -34,5 +33,5 @@ do_install_append() {
34} 33}
35 34
36FILES_${PN} += "${sysconfdir}/xdg/autostart" 35FILES_${PN} += "${sysconfdir}/xdg/autostart"
37RDEPENDS_${PN} = "xinput formfactor xrandr" 36RDEPENDS_${PN} = "xinput formfactor"
38RRECOMMENDS_${PN} = "pointercal-xinput" 37RRECOMMENDS_${PN} = "pointercal-xinput"