| Submitter | Andreas Müller |
|---|---|
| Date | Feb. 5, 2013, 10:18 p.m. |
| Message ID | <1360102723-27891-6-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/44163/ |
| State | New, archived |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 05-02-13 23:18, Andreas Müller schreef: > This does not break automatic calibration (at first start or plugin of > new device). For manual recalibration we assume a terminal is installed > and avoid multiple terminals for most images. I ran into this a while ago, if you use GNOME, it will use xdg-utils to launch the terminal, which wasn't installed in my system. I'm not sure where I'd need to add the xdg-utils RDEPENDS to make it all work properly, any suggestions? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFRE30UMkyGM64RGpERAqH/AJwOoKZTDX7el9o022dYnnETU5mUKACdFJ0X HbT3Dk3QSbUzt4AoxskglvQ= =aBd+ -----END PGP SIGNATURE-----
Patch
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index 8ef774b..d2c40e2 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f340 DEPENDS = "virtual/libx11 libxi" PV = "0.7.5+git${SRCPV}" -PR = "r4" +PR = "r5" inherit autotools @@ -57,4 +57,3 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/xdg/autostart ${systemd_unitdir}/system" -RDEPENDS_${PN} = "xterm"
This does not break automatic calibration (at first start or plugin of new device). For manual recalibration we assume a terminal is installed and avoid multiple terminals for most images. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../xinput-calibrator/xinput-calibrator_git.bb | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)