mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 15:00:06 +01:00
Two main goals of this library: - 'transparently' handle SYN_DROPPED events - avoid errors in ioctl handling by providing a simpler interface. Keeps a cached copy of the device for quick querying. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
10 lines
240 B
PkgConfig
10 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: evdev_read
|
|
Description: Handler library for evdev events
|
|
Version: @EVDEV_READ_VERSION@
|
|
Cflags: -I${includedir}/libevdev-1.0/
|
|
Libs: -L${libdir} -levdev
|