summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xinput-calibrator
Commit message (Collapse)AuthorAgeFilesLines
* pointercal-xinput: removePaul Eggleton2013-08-032-20/+0
| | | | | | | This is now part of OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: removePaul Eggleton2013-08-032-53/+0
| | | | | | | This is now part of OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: install .service only with systemd in DISTRO_FEATURESMartin Jansa2013-04-191-3/+5
| | | | | | * Otavio reported unpackaged files without systemd enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-152-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-3/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: remove hardcoded path from xinput_calibrator.desktopMario Domenech Goulart2012-12-051-1/+2
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: update to 2012 Aug 2nd's git snapshotMario Domenech Goulart2012-12-043-74/+7
| | | | | | Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: : move systemd support to meta-systemdAndreas Müller2012-07-162-17/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-1/+1
| | | | | | | | without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: add xterm to RDEPENDS, the menu item doesn't work ↵Koen Kooi2012-05-051-2/+2
| | | | | | | without it Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator 0.7.5: run xinput_calibrator_once.sh using XDG autostart ↵Koen Kooi2012-04-112-1/+14
| | | | | | | | mechanism This runs when the session starts so after the DM. Not a great solution, but at least it will popup a calibration dialog automatically and restore calibration on subsequent sessions. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: add systemd serviceMartin Jansa2012-03-292-3/+19
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator 0.7.5: fix calibration scriptKoen Kooi2012-02-282-3/+59
| | | | | | | | The 'auto' format switched to 'xorg.conf.d' which broke the script. The pointercal package also installed an 'empty' pointercal by default, which also broke the script. Fix these 2 in one go. Also remove the hal script since hal isn't supported in the oe-core universe anymore Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: disable gtk gui explicitlyMartin Jansa2012-02-261-1/+4
| | | | | | | | | * if gtk is autodetected then gtkmm, glibmm, libcairomm-1.0-1, libpangomm-1.4-1, libsigc-2.0-0 are pulled to image like here: http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=images/crespo/eglibc/shr-image/installed-package-names.txt;h=83e1a027de80d97421564226685a74298d2a5b80;hp=470b765b53eb6c795dc9dfb9ea5c30ec19d25f64;hb=0ab60c7419522ef527d744bc0ad756124b9d432a;hpb=21fe622ab8fe123a3a45369440eaaa3785be2516 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: fix LICENSE syntax and style issuesKoen Kooi2011-12-121-4/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pointercal-xinput: move machine specific files to their bsp layers, remove ↵Martin Jansa2011-09-175-10/+1
| | | | | | SECTION Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: add new version 0.7.5 and include .inc to recipe directlyMartin Jansa2011-05-103-29/+22
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pointercal-xinput: don't allow empty packagesKoen Kooi2011-04-211-2/+2
| | | | | | Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: make pointercal-xinput a soft dependencyKoen Kooi2011-04-211-2/+6
| | | | | | pointercal-xinput is machine specific and empty for most machines, so it it's only a soft dependency. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* use COPYING.MIT from POKYBASE instead of meta-shrKoen Kooi2011-04-171-1/+1
| | | | | | This fixes builds where meta-shr isn't in TOPDIR/meta-shr but somewhere else (sources/meta-shr in my case) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-108-0/+54
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)