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