blob: 220c262a9f02da803be9ee0d28acfb442f1ae050 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "Touchscreen calibration utility"
SECTION = "x11/base"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
inherit autotools
|