summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxcalibrate_git.bb
blob: 2815520b0334901925bf1333bc8f3865ba6162c6 (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"
PV = "0.0+git${SRCPV}"
PR = "r1"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git \
           file://fix-xcb.patch;patch=1"

S = "${WORKDIR}/git"

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