From 4ecafd89dbf41cbd53e6db32678fe625c06caaab Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Fri, 14 Jun 2013 14:38:19 +0300 Subject: 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 Signed-off-by: Saul Wold --- .../xinput-calibrator/pointercal-xinput/pointercal.xinput | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput (limited to 'meta/recipes-graphics/xinput-calibrator/pointercal-xinput') 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 -- cgit 1.2.3-korg