Initial commit

This is a minimal subset of libevdev functions needed on OpenBSD
by Wayland applications.
This commit is contained in:
Matthieu Herrb 2023-07-06 11:00:51 +02:00
commit ee36daecae
6 changed files with 1898 additions and 0 deletions

11
libevdev.pc.in Normal file
View file

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
libdir=@libdir@
includedir=@includedir@
Name: Libevdev
Description: Event device library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -levdev