aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxcalibrate_git.bb
blob: 7001ebe3808f1f76ac308a9cb97f342e2181fb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require xorg-lib-common.inc
DESCRIPTION = "Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
PE = "3"
PV = "0.0+${PR}+gitr${SRCPV}"
PR = "${INC_PR}.0"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"

SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
S = "${WORKDIR}/git"

FILES_${PN}-locale += "${datadir}/X11/locale"