diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-06-14 14:38:19 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-25 23:44:27 -0700 |
commit | 4ecafd89dbf41cbd53e6db32678fe625c06caaab (patch) | |
tree | e33625fa1955fd485dcd6542000af107976a5907 /meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput | |
parent | fd2c0af422d67da870a5a11720d06a871e660215 (diff) | |
download | openembedded-core-4ecafd89dbf41cbd53e6db32678fe625c06caaab.tar.gz openembedded-core-4ecafd89dbf41cbd53e6db32678fe625c06caaab.tar.bz2 openembedded-core-4ecafd89dbf41cbd53e6db32678fe625c06caaab.zip |
xinput-calibrator: move it from meta-oe to oe-core
People using xserver-xorg that need to calibrate their touchscreen
devices would also need meta-oe. Bringing the recipes to oe-core will
make it easier for them.
Aditionaly:
* drop xterm RDEPENDS. Terminal is not needed to run the menu item;
* change xinput_calibrator_pointercal.sh so that it can be run as
normal user: pointercal.xinput is saved to ~/.pointercal/ and it will
be used when the system boots;
* have the calibration run through an Xsession file;
* remove the systemd service since calibration is run by Xsession;
* do not install pointercal.xinput if it's the default one;
[YOCTO #4416]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput')
-rw-r--r-- | meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput new file mode 100644 index 0000000000..9633fc5f32 --- /dev/null +++ b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput @@ -0,0 +1 @@ +# replace with valid machine specific pointercal.xinput |