blob: 2e71affe84cb05c553f066d683e0c15e2ff4402c (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Touchscreen calibration utility"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11/base"
DEPENDS = "x11 libxft libxrandr xcalibrate"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
inherit autotools
|