Andrew Geissler | 9b4d8b0 | 2021-02-19 12:26:16 -0600 | [diff] [blame] | 1 | SUMMARY = "Wrapper library for evdev devices" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "A library for handling evdev kernel devices. It abstracts \ |
| 3 | the evdev ioctls through type-safe interfaces and provides functions \ |
| 4 | to change the appearance of the device." |
Andrew Geissler | 9b4d8b0 | 2021-02-19 12:26:16 -0600 | [diff] [blame] | 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/" |
| 6 | SECTION = "libs" |
| 7 | |
| 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \ |
| 10 | " |
| 11 | |
| 12 | SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \ |
| 13 | file://determinism.patch" |
| 14 | SRC_URI[sha256sum] = "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | |
| 18 | UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)" |