diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-30 15:27:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-30 15:27:45 +0000 |
commit | a863497347198c0c6968ff02148ac766085d6d12 (patch) | |
tree | d19660610a8aff5d0b9cf65c58df46884647bbcb /meta/packages/xcalibrateext | |
parent | d5ba636e35b3f8ef200dae9c1450146f00699ebe (diff) | |
download | openembedded-core-a863497347198c0c6968ff02148ac766085d6d12.tar.gz openembedded-core-a863497347198c0c6968ff02148ac766085d6d12.tar.bz2 openembedded-core-a863497347198c0c6968ff02148ac766085d6d12.tar.xz openembedded-core-a863497347198c0c6968ff02148ac766085d6d12.zip |
X calibration changes. Add functionality to the xcalibrate protocol (and X) to convert screen coordinates to mouse coordinates. xtscal can then be massively simplified removing a stack of bugs. Also remove stale cvs versions of xcalibrate.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2067 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcalibrateext')
-rw-r--r-- | meta/packages/xcalibrateext/xcalibrateext_cvs.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/xcalibrateext/xcalibrateext_cvs.bb b/meta/packages/xcalibrateext/xcalibrateext_cvs.bb deleted file mode 100644 index 4e47c1677..000000000 --- a/meta/packages/xcalibrateext/xcalibrateext_cvs.bb +++ /dev/null @@ -1,13 +0,0 @@ -PV = "0.0+cvs${SRCDATE}" -SECTION = "x11/libs" -LICENSE = "BSD-X" -DESCRIPTION = "XCalibrate extension headers" - -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt" -S = "${WORKDIR}/XCalibrateExt" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} |