summaryrefslogtreecommitdiff
path: root/meta/packages/xcalibrate
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/xcalibrate
parentd5ba636e35b3f8ef200dae9c1450146f00699ebe (diff)
downloadopenembedded-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/xcalibrate')
-rw-r--r--meta/packages/xcalibrate/xcalibrate/xextproto.patch11
-rw-r--r--meta/packages/xcalibrate/xcalibrate_20060312.bb17
-rw-r--r--meta/packages/xcalibrate/xcalibrate_cvs.bb16
3 files changed, 0 insertions, 44 deletions
diff --git a/meta/packages/xcalibrate/xcalibrate/xextproto.patch b/meta/packages/xcalibrate/xcalibrate/xextproto.patch
deleted file mode 100644
index cb190c073..000000000
--- a/meta/packages/xcalibrate/xcalibrate/xextproto.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- XCalibrate/configure.ac.orig 2006-03-08 14:57:07.000000000 +0100
-+++ XCalibrate/configure.ac 2006-03-08 14:57:14.000000000 +0100
-@@ -7,7 +7,7 @@
- AC_PROG_LIBTOOL
-
- # Check for X
--PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext)
-+PKG_CHECK_MODULES(XCALIBRATE, x11 xextproto xcalibrateext)
-
- AC_OUTPUT([Makefile
- xcalibrate.pc])
diff --git a/meta/packages/xcalibrate/xcalibrate_20060312.bb b/meta/packages/xcalibrate/xcalibrate_20060312.bb
deleted file mode 100644
index 1de87c04e..000000000
--- a/meta/packages/xcalibrate/xcalibrate_20060312.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-PV = "0.0+cvs${FIXEDSRCDATE}"
-FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
-LICENSE = "BSD-X"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libx11 xcalibrateext libxext"
-DESCRIPTION = "XCalibrate client-side library"
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \
- file://xextproto.patch;patch=1"
-S = "${WORKDIR}/XCalibrate"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
diff --git a/meta/packages/xcalibrate/xcalibrate_cvs.bb b/meta/packages/xcalibrate/xcalibrate_cvs.bb
deleted file mode 100644
index a5b435795..000000000
--- a/meta/packages/xcalibrate/xcalibrate_cvs.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-PV = "0.0+cvs${SRCDATE}"
-LICENSE = "BSD-X"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libx11 xcalibrateext libxext"
-DESCRIPTION = "XCalibrate client-side library"
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \
- file://xextproto.patch;patch=1"
-S = "${WORKDIR}/XCalibrate"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}