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