summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/calibrateproto_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/calibrateproto_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
new file mode 100644
index 0000000000..b88d157923
--- /dev/null
+++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb
@@ -0,0 +1,19 @@
1require xorg-proto-common.inc
2
3SUMMARY = "XCalibrate: Touchscreen calibration headers"
4
5DESCRIPTION = "This package provides the wire protocol for the \
6Touchscreen calibration extension."
7
8LICENSE = "MIT-style"
9LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \
10 file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db"
11
12SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
13
14PV = "0.0+git${SRCPV}"
15PR = "r2"
16
17SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \
18 file://fix.patch;apply=yes"
19S = "${WORKDIR}/git"