summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxcalibrate_git.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/xorg-lib/libxcalibrate_git.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/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb
index e4df6a1cbf..aa4b77b39d 100644
--- a/meta/packages/xorg-lib/libxcalibrate_git.bb
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -4,12 +4,14 @@ PRIORITY = "optional"
4LICENSE = "BSD-X" 4LICENSE = "BSD-X"
5 5
6PV = "0.0+git${SRCDATE}" 6PV = "0.0+git${SRCDATE}"
7PR = "r1"
7 8
8DEPENDS = "virtual/libx11 calibrateproto libxext" 9DEPENDS = "virtual/libx11 calibrateproto libxext"
9 10
10FILES_${PN}-locale += "${datadir}/X11/locale" 11FILES_${PN}-locale += "${datadir}/X11/locale"
11 12
12SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62" 13SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \
14 file://coords.patch;patch=1"
13S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
14 16
15inherit autotools pkgconfig 17inherit autotools pkgconfig