blob: 310f525685b3aeb14df0831517b084f44ae7d844 (
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"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
inherit autotools
|