aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-lib/libxcalibrate_git.bb
blob: df23f22b111e39c963f41a617c4c6511de3386b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "	Touchscreen calibration client library"
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "BSD-X"

PV = "0.0+git${DATE}"

DEPENDS = "virtual/libx11 calibrateproto libxext"

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

SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
S = "${WORKDIR}/git"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}