mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d83fcc6ab5
commit
c47952ea67
@@ -2,7 +2,7 @@ SUMMARY = "Touchscreen calibration program for X11"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a"
|
||||
DEPENDS = "virtual/libx11 libxi"
|
||||
DEPENDS = "virtual/libx11 libxi libxrandr"
|
||||
|
||||
PV = "0.7.5+git${SRCPV}"
|
||||
PR = "r6"
|
||||
@@ -11,11 +11,10 @@ inherit autotools pkgconfig distro_features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
|
||||
SRCREV = "03dadf55109bd43d3380f040debe9f82f66f2f35"
|
||||
SRC_URI = "git://github.com/tias/xinput_calibrator.git \
|
||||
file://30xinput_calibrate.sh \
|
||||
file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch \
|
||||
file://add-geometry-input-when-calibrating.patch"
|
||||
file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -34,5 +33,5 @@ do_install_append() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "${sysconfdir}/xdg/autostart"
|
||||
RDEPENDS_${PN} = "xinput formfactor xrandr"
|
||||
RDEPENDS_${PN} = "xinput formfactor"
|
||||
RRECOMMENDS_${PN} = "pointercal-xinput"
|
||||
|
||||
Reference in New Issue
Block a user