Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Simple tool for input event debugging" |
| 2 | HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" |
| 3 | AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" |
| 4 | SECTION = "console/utils" |
| 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 7 | |
| 8 | DEPENDS = "libxml2" |
| 9 | |
Brad Bishop | 7e36d53 | 2019-09-16 07:44:26 -0400 | [diff] [blame] | 10 | SRCREV = "16e5104127a620686bdddc4a9ad62881134d6c69" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 11 | SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https \ |
| 12 | file://add_missing_limits_h_include.patch \ |
| 13 | file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ |
| 14 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit autotools pkgconfig |