blob: 3c3a09e5023d1d6828164d2c2ae1f82ce8a3db91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Touchscreen calibration utility"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "x11 libxft libxrandr xcalibrate"
PR = "r1"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2 \
file://xtscal-poodle.patch;patch=1"
inherit autotools
|