Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require xorg-proto-common.inc |
| 2 | |
| 3 | SUMMARY = "XCalibrate: Touchscreen calibration headers" |
| 4 | |
| 5 | DESCRIPTION = "This package provides the wire protocol for the \ |
| 6 | Touchscreen calibration extension." |
| 7 | |
| 8 | LICENSE = "MIT-style" |
| 9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ |
| 10 | file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" |
| 11 | |
| 12 | SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" |
| 13 | |
| 14 | PV = "0.0+git${SRCPV}" |
| 15 | PR = "r2" |
| 16 | |
| 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto \ |
| 18 | file://fix.patch;apply=yes" |
| 19 | S = "${WORKDIR}/git" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 20 | UPSTREAM_CHECK_COMMITS = "1" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 21 | |