blob: 3b1cf60c27645618da73fcfaa94741c148f86dc8 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Touch Frame Library"
2DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
3HOMEPAGE = "http://bitmath.org/code/frame/"
4
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-3.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
7
8DEPENDS += "mtdev utouch-evemu"
9
10inherit autotools pkgconfig
11
Andrew Geissler595f6302022-01-24 19:11:47 +000012SRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013 file://remove-man-page-creation.patch \
14 file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \
Brad Bishope42b3e32020-01-15 22:08:42 -050015 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
18
19PV = "1.1.2+git${SRCPV}"
20
Andrew Geisslera2681d92020-10-16 10:17:07 -050021S = "${WORKDIR}/git"