blob: 109299018420588734b35d8715f9dbbdef177b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require xorg-lib-common.inc
DESCRIPTION = "Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
PR = "r0"
PV = "0.0+${PR}+gitr${SRCREV}"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
S = "${WORKDIR}/git"
FILES_${PN}-locale += "${datadir}/X11/locale"
|