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