Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Touch Frame Library" |
| 2 | DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1." |
| 3 | HOMEPAGE = "http://bitmath.org/code/frame/" |
| 4 | |
| 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c" |
| 7 | |
| 8 | DEPENDS += "mtdev utouch-evemu" |
| 9 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | file://remove-man-page-creation.patch \ |
| 14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ |
| 15 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 16 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" |
| 17 | |
| 18 | PV = "1.1.2+git${SRCPV}" |
| 19 | |
| 20 | S = "${WORKDIR}/git/" |