summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcalibrateext/xcalibrateext_cvs.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-30 15:27:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-30 15:27:45 +0000
commita863497347198c0c6968ff02148ac766085d6d12 (patch)
treed19660610a8aff5d0b9cf65c58df46884647bbcb /meta/packages/xcalibrateext/xcalibrateext_cvs.bb
parentd5ba636e35b3f8ef200dae9c1450146f00699ebe (diff)
downloadpoky-a863497347198c0c6968ff02148ac766085d6d12.tar.gz
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/xcalibrateext_cvs.bb')
-rw-r--r--meta/packages/xcalibrateext/xcalibrateext_cvs.bb13
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 4e47c1677e..0000000000
--- a/meta/packages/xcalibrateext/xcalibrateext_cvs.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1PV = "0.0+cvs${SRCDATE}"
2SECTION = "x11/libs"
3LICENSE = "BSD-X"
4DESCRIPTION = "XCalibrate extension headers"
5
6SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt"
7S = "${WORKDIR}/XCalibrateExt"
8
9inherit autotools pkgconfig
10
11do_stage() {
12 autotools_stage_all
13}