mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1111 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
311 B
BlitzBasic
14 lines
311 B
BlitzBasic
LICENSE = "GPL"
|
|
DESCRIPTION = "Touchscreen calibration utility"
|
|
SECTION = "x11/base"
|
|
|
|
DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
|
|
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
|
|
file://change-cross.patch;patch=1 \
|
|
file://xtscal-cxk.patch;patch=1"
|
|
|
|
inherit autotools
|