diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-01-02 16:15:45 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-01-02 16:15:45 +0000 |
commit | 94ad9963c1f99ba084dd12dd5857e47b49e3f4e1 (patch) | |
tree | 1817558d4dabf83f1aa984eceb3ae3624a183e03 /meta/packages/xtscal/xtscal_0.6.3.bb | |
parent | 7d621ff99a12b792f5c45cafb2535044da8265bb (diff) | |
download | poky-94ad9963c1f99ba084dd12dd5857e47b49e3f4e1.tar.gz |
fix appearance of the calibration crosshair
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1111 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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xtscal/xtscal_0.6.3.bb b/meta/packages/xtscal/xtscal_0.6.3.bb index 443b487065..3f2f43da9d 100644 --- a/meta/packages/xtscal/xtscal_0.6.3.bb +++ b/meta/packages/xtscal/xtscal_0.6.3.bb | |||
@@ -4,9 +4,10 @@ SECTION = "x11/base" | |||
4 | 4 | ||
5 | DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate" | 5 | DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ | 9 | SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ |
10 | file://change-cross.patch;patch=1 \ | ||
10 | file://xtscal-cxk.patch;patch=1" | 11 | file://xtscal-cxk.patch;patch=1" |
11 | 12 | ||
12 | inherit autotools | 13 | inherit autotools |