| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "XCalibrate: Touchscreen calibration library" | 
|  | 2 |  | 
|  | 3 | DESCRIPTION = "libXCalibrate is a library for performing touchscreen \ | 
|  | 4 | calibration with the kdrive tslib touchscreen driver." | 
|  | 5 |  | 
|  | 6 | require xorg-lib-common.inc | 
|  | 7 |  | 
|  | 8 | LICENSE = "MIT-style" | 
|  | 9 | LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \ | 
|  | 10 | file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7" | 
|  | 11 |  | 
|  | 12 | DEPENDS = "virtual/libx11 calibrateproto libxext" | 
|  | 13 |  | 
|  | 14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | 
|  | 15 | PV = "0.0+git${SRCPV}" | 
|  | 16 |  | 
|  | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ | 
|  | 18 | file://fix-xcb.patch" | 
| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 19 | UPSTREAM_CHECK_COMMITS = "1" | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 20 |  | 
|  | 21 | S = "${WORKDIR}/git" | 
|  | 22 |  | 
|  | 23 | FILES_${PN}-locale += "${datadir}/X11/locale" |