summaryrefslogtreecommitdiffstats
path: root/meta/packages/xtscal/xtscal_0.6.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-29 15:41:01 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-29 15:41:01 +0000
commitd47f4af59523bf7c670737ab8a58c654d764f5f8 (patch)
treef3e0590ce1cc00b2aedf41b883f539d0ab108563 /meta/packages/xtscal/xtscal_0.6.3.bb
parenteabfa35d7ce40d5eb9c0f74e9ef3db400c0c696d (diff)
downloadpoky-d47f4af59523bf7c670737ab8a58c654d764f5f8.tar.gz
xtscal: Switch to use formfactor, remove non-xcalibrate mode and error instead
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2064 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xtscal/xtscal_0.6.3.bb')
-rw-r--r--meta/packages/xtscal/xtscal_0.6.3.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/xtscal/xtscal_0.6.3.bb b/meta/packages/xtscal/xtscal_0.6.3.bb
index 3f2f43da9d..19732101d4 100644
--- a/meta/packages/xtscal/xtscal_0.6.3.bb
+++ b/meta/packages/xtscal/xtscal_0.6.3.bb
@@ -3,11 +3,13 @@ DESCRIPTION = "Touchscreen calibration utility"
3SECTION = "x11/base" 3SECTION = "x11/base"
4 4
5DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate" 5DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
6RDEPENDS = "formfactor"
6 7
7PR = "r2" 8PR = "r3"
8 9
9SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ 10SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
10 file://change-cross.patch;patch=1 \ 11 file://change-cross.patch;patch=1 \
11 file://xtscal-cxk.patch;patch=1" 12 file://formfactor.patch;patch=1 \
13 file://cleanup.patch;patch=1"
12 14
13inherit autotools 15inherit autotools