blob: ff0346f9d940522985dba1e3943222e39c001ec4 (
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 = "virtual/libx11 libxft libxrandr xcalibrate"
PR = "r1"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
file://xtscal-poodle.patch;patch=1"
inherit autotools
|