blob: 723aab003f0121ec9b955052091be81fb7efd4b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Touchscreen calibration utility"
SECTION = "x11/base"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxcalibrate libxft libxrandr"
# xtscal needs a font to display text
RRECOMMENDS = "ttf-dejavu-sans"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
inherit autotools
|