libevdev/libevdev.pc.in
Peter Hutterer a3255d3ec7 libevdev is a library to handle evdev devices
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>
2013-05-29 15:33:21 +10:00

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