aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/calibrateproto_git.bb
blob: 8709acd11cf58d9484f557c8d47b346d251edfd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require xorg-proto-common.inc

DESCRIPTION = "Touchscreen calibration protocol"

PR = "r0"
PV = "0.0+${PR}+gitr${SRCPV}"
PE = "3"

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

do_stage() {
	autotools_stage_all
	#make it compatible with the old package from cvs
	ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
}