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