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