aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/calibrateproto_git.bb
blob: 4e3c642e0a5bbf0155423dfad3d18f03d44f0fd1 (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"
PE = "3"
PV = "0.0+${PR}+gitr${SRCPV}"
PR = "${INC_PR}.0"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"

SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
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
}