blob: 19732101d4bb62793880a60245319d8c95a4334e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
DESCRIPTION = "Touchscreen calibration utility"
SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
RDEPENDS = "formfactor"
PR = "r3"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
file://change-cross.patch;patch=1 \
file://formfactor.patch;patch=1 \
file://cleanup.patch;patch=1"
inherit autotools
|