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 \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 15 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 16 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" |
| 18 | |
| 19 | PV = "1.1.2+git${SRCPV}" |
| 20 | |
Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 21 | S = "${WORKDIR}/git" |